Dustcomponent

DustComponent class

A component to display dust that follows a target in the game. You can use this component to create a trail of dust that follows a player, for example.

See DustComponentData for the data schema used to create a dust component

Signature:

export declare class DustComponent extends Component3D<DustComponentData> 

Extends: Component3D<DustComponentData>