Interface IUpdatable
Update可能なオブジェクトのインターフェイス
Namespace: CriWare.Interfaces
Assembly: CriWare.CriBase.dll
Syntax
public interface IUpdatable
Remarks
CRIWAREが提供するオブジェクトの一部は毎フレーム明示的にアップデートを呼び出す必要があります。 毎フレームのUpdate呼び出しが必要なクラスインスタンスは本インターフェイスを介して制御できます。
Methods
Update()
フレーム毎の更新処理
Declaration
void Update()