PlayerController Class |
Namespace: Rewired.Components
[SerializableAttribute] public class PlayerController : ComponentWrapper<PlayerController>
The PlayerController type exposes the following members.
Name | Description | |
---|---|---|
PlayerController | Initializes a new instance of the PlayerController class |
Name | Description | |
---|---|---|
animation | Obsolete. (Inherited from Component.) | |
audio | Obsolete. (Inherited from Component.) | |
axes |
The list of Axes in the controller.
| |
axisCount |
The number of Axes in the controller.
| |
buttonCount |
The number of Buttons in the controller.
| |
buttons |
The list of Buttons in the controller.
| |
camera | Obsolete. (Inherited from Component.) | |
collider | Obsolete. (Inherited from Component.) | |
collider2D | Obsolete. (Inherited from Component.) | |
constantForce | Obsolete. (Inherited from Component.) | |
elementCount |
The number of Elements in the controller.
| |
elements |
The list of Elements of all types in the controller.
| |
enabled | (Inherited from Behaviour.) | |
gameObject | (Inherited from Component.) | |
guiElement | Obsolete. (Inherited from Component.) | |
guiText | Obsolete. (Inherited from Component.) | |
guiTexture | Obsolete. (Inherited from Component.) | |
hideFlags | (Inherited from Object.) | |
hingeJoint | Obsolete. (Inherited from Component.) | |
isActiveAndEnabled | (Inherited from Behaviour.) | |
light | Obsolete. (Inherited from Component.) | |
name | (Inherited from Object.) | |
networkView | Obsolete. (Inherited from Component.) | |
particleSystem | Obsolete. (Inherited from Component.) | |
playerId |
The Player id of the Player used for the source of input.
| |
renderer | Obsolete. (Inherited from Component.) | |
rigidbody | Obsolete. (Inherited from Component.) | |
rigidbody2D | Obsolete. (Inherited from Component.) | |
runInEditMode | (Inherited from MonoBehaviour.) | |
tag | (Inherited from Component.) | |
transform | (Inherited from Component.) | |
useGUILayout | (Inherited from MonoBehaviour.) |
Name | Description | |
---|---|---|
BroadcastMessage(String) | (Inherited from Component.) | |
BroadcastMessage(String, Object) | (Inherited from Component.) | |
BroadcastMessage(String, SendMessageOptions) | (Inherited from Component.) | |
BroadcastMessage(String, Object, SendMessageOptions) | (Inherited from Component.) | |
CancelInvoke | (Inherited from MonoBehaviour.) | |
CancelInvoke(String) | (Inherited from MonoBehaviour.) | |
CompareTag | (Inherited from Component.) | |
Equals | (Inherited from Object.) | |
GetAxis |
Gets the current axis value.
| |
GetAxisRaw |
Gets the current raw axis value.
| |
GetButton |
Gets the current value of the button.
| |
GetButtonDown |
Gets the down state of the button. Returns True only on the first frame the button was pressed.
| |
GetButtonUp |
Gets the up state of the button. Returns True only on the first frame the button was released.
| |
GetComponent(Type) | (Inherited from Component.) | |
GetComponent(String) | (Inherited from Component.) | |
GetComponent``1 | (Inherited from Component.) | |
GetComponentInChildren(Type) | (Inherited from Component.) | |
GetComponentInChildren(Type, Boolean) | (Inherited from Component.) | |
GetComponentInChildren``1 | (Inherited from Component.) | |
GetComponentInChildren``1(Boolean) | (Inherited from Component.) | |
GetComponentInParent(Type) | (Inherited from Component.) | |
GetComponentInParent``1 | (Inherited from Component.) | |
GetComponents(Type) | (Inherited from Component.) | |
GetComponents(Type, ListComponent) | (Inherited from Component.) | |
GetComponents``1 | (Inherited from Component.) | |
GetComponents``1(ListUMP) | (Inherited from Component.) | |
GetComponentsInChildren(Type) | (Inherited from Component.) | |
GetComponentsInChildren(Type, Boolean) | (Inherited from Component.) | |
GetComponentsInChildren``1 | (Inherited from Component.) | |
GetComponentsInChildren``1(Boolean) | (Inherited from Component.) | |
GetComponentsInChildren``1(ListUMP) | (Inherited from Component.) | |
GetComponentsInChildren``1(Boolean, ListUMP) | (Inherited from Component.) | |
GetComponentsInParent(Type) | (Inherited from Component.) | |
GetComponentsInParent(Type, Boolean) | (Inherited from Component.) | |
GetComponentsInParent``1 | (Inherited from Component.) | |
GetComponentsInParent``1(Boolean) | (Inherited from Component.) | |
GetComponentsInParent``1(Boolean, ListUMP) | (Inherited from Component.) | |
GetElement(Int32) |
Gets the element at the specified index.
| |
GetElementT(Int32) |
Gets the element at the specified index.
| |
GetHashCode | (Inherited from Object.) | |
GetInstanceID | (Inherited from Object.) | |
Invoke | (Inherited from MonoBehaviour.) | |
InvokeRepeating | (Inherited from MonoBehaviour.) | |
IsInvoking | (Inherited from MonoBehaviour.) | |
IsInvoking(String) | (Inherited from MonoBehaviour.) | |
SendMessage(String) | (Inherited from Component.) | |
SendMessage(String, Object) | (Inherited from Component.) | |
SendMessage(String, SendMessageOptions) | (Inherited from Component.) | |
SendMessage(String, Object, SendMessageOptions) | (Inherited from Component.) | |
SendMessageUpwards(String) | (Inherited from Component.) | |
SendMessageUpwards(String, Object) | (Inherited from Component.) | |
SendMessageUpwards(String, SendMessageOptions) | (Inherited from Component.) | |
SendMessageUpwards(String, Object, SendMessageOptions) | (Inherited from Component.) | |
StartCoroutine(String) | (Inherited from MonoBehaviour.) | |
StartCoroutine(IEnumerator) | (Inherited from MonoBehaviour.) | |
StartCoroutine(String, Object) | (Inherited from MonoBehaviour.) | |
StartCoroutine_Auto | Obsolete. (Inherited from MonoBehaviour.) | |
StopAllCoroutines | (Inherited from MonoBehaviour.) | |
StopCoroutine(IEnumerator) | (Inherited from MonoBehaviour.) | |
StopCoroutine(Coroutine) | (Inherited from MonoBehaviour.) | |
StopCoroutine(String) | (Inherited from MonoBehaviour.) | |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
AxisValueChangedEvent |
Triggered when the axis value changes.
| |
ButtonStateChangedEvent |
Triggered the first frame the button is pressed or released.
| |
EnabledStateChangedEvent |
Triggered when the controller is enabled or disabled.
|