cast.
            class static
            プレーヤー データ変更イベント。変更されたフィールド(型)と新しい値を提供します。
コンストラクタ
PlayerDataChangedEvent
new PlayerDataChangedEvent(type, field, value)
| パラメータ | |
|---|---|
| type | cast.framework.ui.PlayerDataEventType イベントの種類です。 値を null にすることはできません。 | 
| フィールド | string 変更されたフィールド名。 | 
| value | すべての種類 新しいフィールド値。 | 
プロパティ
フィールド
string
変更されたフィールド名。
type
non-null cast.framework.ui.PlayerDataEventType
value
すべての種類
新しいフィールド値。