Type Alias: SimpleObject<VariablesType>
SimpleObject<
VariablesType> =SimpleObjectImpl<VariablesType> &VariablesType
Defined in: packages/core/src/gameObjects/simpleObject.ts:99
Type representing a SimpleObject instance with direct property access. Combines BaseGameObject functionality with variable properties.
Type Parameters
VariablesType
VariablesType extends InitVarsType