Platformcomponent

PlatformComponent class

A component to display sliding platforms in the game.

See PlatformComponentData for the data schema used to create a platform component

Signature:

export declare class PlatformComponent extends Component3D<PlatformComponentData> 

Extends: Component3D<PlatformComponentData>

Remarks

The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the PlatformComponent class.

Methods

MethodModifiersDescription
update3D()