@ue-too/board-game-engine / index / TypeModificationEffect
クラス: TypeModificationEffect<T>
定義: action-system/effect.ts:156
型パラメーター
T
T extends string
実装
コンストラクター
コンストラクター
new TypeModificationEffect<
T>(coordinator,componentName,entity,valuePath,newType,allowedValues?):TypeModificationEffect<T>
定義: action-system/effect.ts:164
パラメータ
coordinator
Coordinator
componentName
symbol
entity
number
valuePath
string
newType
T
allowedValues?
readonly T[]
戻り値
TypeModificationEffect<T>
メソッド
apply()
apply():
void
定義: action-system/effect.ts:180
戻り値
void