ProtoFlux:As Character Controller: Difference between revisions

From Resonite Wiki
Fixed category.
Removed the "click here" sentence. Reassigned link appropriately. Added ICollider link.
 
Line 12: Line 12:
|}}
|}}


The <code>As Character Controller</code> node is used to get the reference of a character controller using the ICollider from a [[Slot]] that associated with that collider, not necessarily what it collides with. For more information on the Character Controller Component, click [[Component:CharacterController|here]].
The <code>As Character Controller</code> node is used to get the [[Component:CharacterController|character controller]] reference using the [[Type:ICollider|ICollider]] from a [[Slot]] that associated with that collider, not necessarily what it collides with.


== Inputs ==
== Inputs ==

Latest revision as of 16:35, 16 April 2024

As Character Controller
Collider
*
Physics

The As Character Controller node is used to get the character controller reference using the ICollider from a Slot that associated with that collider, not necessarily what it collides with.

Inputs

Collider (ICollider)

The specific collider reference from a slot.

Outputs

* (CharacterController)

The character controller reference we receive from the provided ICollider.