Automated: create new component page |
add info |
||
Line 3: | Line 3: | ||
|Name=Radiant Dash Projection Mapper | |Name=Radiant Dash Projection Mapper | ||
}} | }} | ||
See [[Dash menu]]. | |||
== | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|Dash|'''[[Component:RadiantDash|RadiantDash]]'''|TypeAdv0=true| | |Dash|'''[[Component:RadiantDash|RadiantDash]]'''|TypeAdv0=true| The Dash this is pointing to. | ||
|Root|Slot| | |Root|Slot| The root of the thing this is trying to project from. | ||
|Mesh|'''[[Component:CurvedPlaneMesh|CurvedPlaneMesh]]'''|TypeAdv2=true| | |Mesh|'''[[Component:CurvedPlaneMesh|CurvedPlaneMesh]]'''|TypeAdv2=true| The mesh this is trying to project to. | ||
|Camera|'''[[Component:Camera|Camera]]'''|TypeAdv3=true| | |Camera|'''[[Component:Camera|Camera]]'''|TypeAdv3=true| The camera that is rendering <code>Root</code>. | ||
|UVScale|'''[[Type:IField`1|IField`1]]<[[Type:Float2|Float2]]>'''|TypeAdv4=true| | |UVScale|'''[[Type:IField`1|IField`1]]<[[Type:Float2|Float2]]>'''|TypeAdv4=true| The scale field to drive in order to do the remapping. | ||
|UVOffset|'''[[Type:IField`1|IField`1]]<[[Type:Float2|Float2]]>'''|TypeAdv5=true| | |UVOffset|'''[[Type:IField`1|IField`1]]<[[Type:Float2|Float2]]>'''|TypeAdv5=true| The offset field to drive in order to do the remapping. | ||
}} | }} | ||
== | == Usage == | ||
== Examples == | == Examples == | ||
Line 23: | Line 23: | ||
[[Category:Components:Uncategorized{{#translation:}}|Radiant Dash Projection Mapper]] | [[Category:Components:Uncategorized{{#translation:}}|Radiant Dash Projection Mapper]] | ||
[[Category:Components{{#translation:}}|Radiant Dash Projection Mapper]] | [[Category:Components{{#translation:}}|Radiant Dash Projection Mapper]] | ||
Latest revision as of 02:58, 1 August 2025
Component image 
Radiant Dash Projection Mapper component as seen in the Scene Inspector

See Dash menu.
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. |
Dash
|
RadiantDash | The Dash this is pointing to. |
Root
|
Slot | The root of the thing this is trying to project from. |
Mesh
|
CurvedPlaneMesh | The mesh this is trying to project to. |
Camera
|
Camera | The camera that is rendering Root .
|
UVScale
|
IField`1<Float2> | The scale field to drive in order to do the remapping. |
UVOffset
|
IField`1<Float2> | The offset field to drive in order to do the remapping. |