Component:OrientAtPoint: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
 
Line 3: Line 3:
|Name=Orient At Point
|Name=Orient At Point
}}
}}
The '''Orient At Point''' component
The '''Orient At Point''' component makes particles in a particle system orient at a point in a specified transform space.
{{stub}}


== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|PointSpace|{{RootFieldType|RootSpace}}|TypeAdv0=true|
|PointSpace|{{RootFieldType|RootSpace}}|TypeAdv0=true| The tranform space <code>TargetPoint</code> and <code>Up</code> are in.
|TargetPoint|Float3|
|TargetPoint|Float3| The point that particles should point at.
|Up|Float3|
|Up|Float3| The direction that should be up locally for each particle.
}}
}}


== Usage ==
== Usage ==
used with [[Photon Dust]] systems.


== Examples ==
== Examples ==


== See Also ==
== See Also ==
* [[Photon Dust]]


[[Category:Components:Rendering:Particle System:Modules{{#translation:}}|Orient At Point]]
[[Category:Components:Rendering:Particle System:Modules{{#translation:}}|Orient At Point]]
[[Category:Components{{#translation:}}|Orient At Point]]
[[Category:Components{{#translation:}}|Orient At Point]]
[[Category:ComponentStubs]]

Latest revision as of 05:40, 9 May 2025

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