Created a page for Is Character Controller |
Grammer fix. |
||
Line 12: | Line 12: | ||
|}} | |}} | ||
The <code>Is Character Controller</code> node takes in a reference to an ICollider and returns if that ICollider is a character controller. For more information on Character Controller Component, click [[Component:CharacterController|here]]. | The <code>Is Character Controller</code> node takes in a reference to an ICollider and returns if that ICollider is a character controller. For more information on the Character Controller Component, click [[Component:CharacterController|here]]. | ||
== Inputs == | == Inputs == |
Revision as of 03:35, 13 April 2024
Is Character Controller
Physics
The Is Character Controller
node takes in a reference to an ICollider and returns if that ICollider is a character controller. For more information on the Character Controller Component, click here.
Inputs
Collider (ICollider)
The Collider we want to check if it is a character controller.
Outputs
* (bool)
The result if it is a character controller or not.