Automated: create new component page |
Automated: update Fields |
||
Line 8: | Line 8: | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|ScalingEnabled|Bool| | |ScalingEnabled|Bool| | ||
|SupressSources|{{RootFieldType|SyncRefList`1|[[ | |SupressSources|{{RootFieldType|SyncRefList`1|[[Type:Component|Component]]}}|TypeAdv1=true| | ||
|InputSupressSources|{{RootFieldType|SyncRefList`1|[[ | |InputSupressSources|{{RootFieldType|SyncRefList`1|[[Type:Component|Component]]}}|TypeAdv2=true| | ||
|LocomotionModules|{{RootFieldType|SyncRefList`1|[[Type:ILocomotionModule|ILocomotionModule]]}}|TypeAdv3=true| | |LocomotionModules|{{RootFieldType|SyncRefList`1|[[Type:ILocomotionModule|ILocomotionModule]]}}|TypeAdv3=true| | ||
|ActiveModuleIndex|Int| | |ActiveModuleIndex|Int| |
Latest revision as of 15:35, 7 March 2024
Component image
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Usage
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. |
ScalingEnabled
|
Bool | |
SupressSources
|
list of Component | |
InputSupressSources
|
list of Component | |
LocomotionModules
|
list of ILocomotionModule | |
ActiveModuleIndex
|
Int | |
SyncActiveLocomotionModule
|
Bool | |
_currentGroundCollider
|
ICollider | |
_lastGroundCollider
|
ICollider | |
OnInitialized
|
Action`1<LocomotionController> | |
_parentHierarchy
|
list of Slot | |
_dummyCharacterController
|
CharacterController |