Created page with "<onlyinclude><includeonly>{| class="wikitable" |+ Fields |- ! Name ! Type ! Description {{#invoke:ComponentFields|main}} |- |} </includeonly></onlyinclude> This template is used to display the table of fields in non-Component type pages. This is identical to Template:Table ComponentFields but without the fields that every component has. == Examples == I'm just gonna steal the Template:Table ComponentFields examples. Basic example. (cropped from Componen..." |
get this |
||
(One intermediate revision by one other user not shown) | |||
Line 7: | Line 7: | ||
{{#invoke:ComponentFields|main}} | {{#invoke:ComponentFields|main}} | ||
|- | |- | ||
|} | |}</includeonly></onlyinclude> | ||
</includeonly></onlyinclude> | |||
This template is used to display the table of fields in non-[[Component]] type pages. This is identical to [[Template:Table ComponentFields]] but without the fields that every component has. | This template is used to display the table of fields in non-[[Component]] type pages. This is identical to [[Template:Table ComponentFields]] but without the fields that every component has. | ||
Line 15: | Line 14: | ||
I'm just gonna steal the [[Template:Table ComponentFields]] examples. | I'm just gonna steal the [[Template:Table ComponentFields]] examples. | ||
Basic example. (cropped from [[Component:VRIK|VRIK]]) | Basic example. (cropped from [[Component:VRIK|VRIK]]) | ||
{{Table TypeFields | {{Table TypeFields | ||
|FixTransformsEnabled|Bool| Clamps IK transforms to reasonable values and Resets IK every update. | |FixTransformsEnabled|Bool| Clamps IK transforms to reasonable values and Resets IK every update. | ||
|componentInitiated|Bool| | |componentInitiated|Bool| Marks this component as fully started and ready to solve IK transforms. | ||
|IKPosition|Float3| | |IKPosition|Float3| Unused. | ||
|IKPositionWeight|Float| Weight of the IK | |IKPositionWeight|Float| Weight of the IK. Makes the bones go back to <code>defaultLocalPositions</code> and <code>defaultLocalRotations</code> as this goes to 0. Also known as default pose. | ||
}} | }} | ||
Line 28: | Line 26: | ||
{{Table TypeFields | {{Table TypeFields | ||
|Manager|ScaleObjectManager| | |Manager|ScaleObjectManager| something something. | ||
|_sizeParser|QuantityTextEditorParser`1|TypeString1=QuantityTextEditorParser<Distance>| | |_sizeParser|QuantityTextEditorParser`1|TypeString1=QuantityTextEditorParser<Distance>| something something. | ||
|_material|FresnelMaterial| | |_material|FresnelMaterial| something something. | ||
}} | }} |
Latest revision as of 01:18, 3 August 2025
This template is used to display the table of fields in non-Component type pages. This is identical to Template:Table ComponentFields but without the fields that every component has.
Examples
I'm just gonna steal the Template:Table ComponentFields examples. Basic example. (cropped from VRIK)
Name | Type | Description |
---|---|---|
FixTransformsEnabled
|
Bool | Clamps IK transforms to reasonable values and Resets IK every update. |
componentInitiated
|
Bool | Marks this component as fully started and ready to solve IK transforms. |
IKPosition
|
Float3 | Unused. |
IKPositionWeight
|
Float | Weight of the IK. Makes the bones go back to defaultLocalPositions and defaultLocalRotations as this goes to 0. Also known as default pose.
|
Example using TypeString to specify a different type from the link. (cropped from Component:ScaleObjectCreator)
Name | Type | Description |
---|---|---|
Manager
|
ScaleObjectManager | something something. |
_sizeParser
|
QuantityTextEditorParser<Distance> | something something. |
_material
|
FresnelMaterial | something something. |