LevelStateInterface
LevelStateInterface is an interface used to apply an effect to an object.
Implementations
Methods
apply
apply(object: AdsumObject3D): void
Parameters:
Name | Type | Required | Default | Description |
---|---|---|---|---|
object | AdsumObject3D | Yes | - | The object on which to apply the state. |
Returns:
Type: void