PreBuildScriptableObject

Overview


This is a cloth data asset generated by the pre-build function.
It is managed separately from MagicaCloth components.
For information on pre-building, see Using pre-building.

Methods


Warmup

/// <summary>
/// すべてのPreBuildデータをデシリアライズしてマネージャに登録します
/// この処理は負荷が高いため事前に実行しておくことでクロスデータ利用時の負荷を軽減できます
/// Deserialize all PreBuild data and register it with the manager.
/// This process requires a high load, so running it in advance can reduce the load when using cross data.
/// </summary>
public void Warmup();