Table of Contents

Interface IAvatarLoadEvent

Namespace
VMagicMirror.Buddy

アバターのロード状態に関するAPIです。

public interface IAvatarLoadEvent

Properties

IsLoaded

アバターがロード済みであれば true、そうでなければ false を取得します。

bool IsLoaded { get; }

Property Value

bool

Events

Loaded

アバターのロードが完了すると発火します。

event Action Loaded

Event Type

Action

Remarks

サブキャラが起動した時点ですでにアバターがロード済みだった場合、 このイベントは Start よりも後、 かつ Update より前に一度発火します。

Unloaded

アバターがアンロードされる時に発火します。

event Action Unloaded

Event Type

Action