Component:OrientAtPoint

From Resonite Wiki
Component image 
File:OrientAtPointComponent.png
Orient At Point component as seen in the Scene Inspector

The Orient At Point component makes particles in a particle system orient at a point in a specified transform space.

Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't.
PointSpace direct RootSpace The tranform space TargetPoint and Up are in.
TargetPoint Float3 The point that particles should point at.
Up Float3 The direction that should be up locally for each particle.

Usage

used with Photon Dust systems.

Examples

See Also