PreBuildScriptableObject

概要


事前構築機能により生成されるクロスデータアセットです。
MagicaClothコンポーネントとは分離されて管理されます。
事前構築については事前構築の利用を参照してください。

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();