Skip to main content

Type Alias: SimpleObject<VariablesType>

SimpleObject<VariablesType> = SimpleObjectImpl<VariablesType> & VariablesType

Defined in: gameObjects/simpleObject.ts:96

Type representing a SimpleObject instance with direct property access. Combines BaseGameObject functionality with variable properties.

Type Parameters

VariablesType

VariablesType extends InitVarsType