Component:RelativePositioner: Difference between revisions

From Resonite Wiki
m ProbablePrime moved page RelativePositioner (Component) to Component:RelativePositioner: Creating component Namespace
Automated: update Fields
 
Line 12: Line 12:
{{Table ComponentFields
{{Table ComponentFields
|Reference|Slot|
|Reference|Slot|
|LocalSpace|Slot|
|ReferenceBoundsSpace|{{RootFieldType|RootSpace}}|TypeAdv1=true|
|UseParentSpace|Bool|
|OverrideRootSpace|RootSpace|
|ReferenceAnchor|Float3|
|ReferenceAnchor|Float3|
|ReferenceOffset|Float3|
|ReferenceOffset|Float3|
|DestroyAfterDone|Bool|
|DestroyAfterDone|Bool|
|_target|IField`1|TypeString5=IField<float3>|
|_target|{{RootFieldType|FieldDrive`1|[[Type:Float3|Float3]]}}|TypeAdv5=true|
}}
}}



Latest revision as of 21:26, 3 March 2024


This article or section is a Stub. You can help the Resonite Wiki by expanding it.


Component image 
Relative Positioner component as seen in the Scene Inspector


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.
Reference Slot
ReferenceBoundsSpace direct RootSpace
ReferenceAnchor Float3
ReferenceOffset Float3
DestroyAfterDone Bool
_target field drive of Float3

Usage

Examples

Related Components