Component:ScaleObject: Difference between revisions

From Resonite Wiki
m ProbablePrime moved page ScaleObject (Component) to Component:ScaleObject: Creating component Namespace
Automated: update Fields
 
Line 11: Line 11:
== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|Manager|ScaleObjectManager|
|Manager|'''[[Component:ScaleObjectManager|ScaleObjectManager]]'''|TypeAdv0=true|
|ScalePower|Float|
|ScalePower|Float|
|ScalePosition|Float3|
|ScalePosition|Float3|
|_active|IField`1|TypeString3=IField<bool>|
|OverrideFarTransitionOffset|'''[[Type:Nullable`1|Nullable`1]]&lt;[[Type:Float3|Float3]]&gt;'''|TypeAdv3=true|
|_position|IField`1|TypeString4=IField<float3>|
|CustomTransition|Bool|
|_scale|IField`1|TypeString5=IField<float3>|
|TransitionLerp|{{RootFieldType|RawOutput`1|[[Type:Float|Float]]}}|TypeAdv5=true|
|_active|{{RootFieldType|FieldDrive`1|[[Type:Bool|Bool]]}}|TypeAdv6=true|
|_position|{{RootFieldType|FieldDrive`1|[[Type:Float3|Float3]]}}|TypeAdv7=true|
|_scale|{{RootFieldType|FieldDrive`1|[[Type:Float3|Float3]]}}|TypeAdv8=true|
}}
}}



Latest revision as of 21:34, 3 March 2024


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


Component image 
Scale Object 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.
Manager ScaleObjectManager
ScalePower Float
ScalePosition Float3
OverrideFarTransitionOffset Nullable`1<Float3>
CustomTransition Bool
TransitionLerp raw output of Float
_active field drive of Bool
_position field drive of Float3
_scale field drive of Float3

Usage

Examples

Related Components