Class FakeBaseInput
Inherited Members
UnityEngine.MonoBehaviour.StartCoroutine_Auto(System.Collections.IEnumerator)
UnityEngine.Component.GetComponent<T>()
UnityEngine.Component.TryGetComponent(System.Type, UnityEngine.Component)
UnityEngine.Component.TryGetComponent<T>(T)
UnityEngine.Component.GetComponentInChildren<T>(System.Boolean)
UnityEngine.Component.GetComponentInChildren<T>()
UnityEngine.Component.GetComponentsInChildren(System.Type)
UnityEngine.Component.GetComponentsInChildren<T>(System.Boolean)
UnityEngine.Component.GetComponentsInChildren<T>(System.Boolean, System.Collections.Generic.List<T>)
UnityEngine.Component.GetComponentsInChildren<T>()
UnityEngine.Component.GetComponentsInChildren<T>(System.Collections.Generic.List<T>)
UnityEngine.Component.GetComponentInParent<T>(System.Boolean)
UnityEngine.Component.GetComponentInParent<T>()
UnityEngine.Component.GetComponentsInParent(System.Type)
UnityEngine.Component.GetComponentsInParent<T>(System.Boolean)
UnityEngine.Component.GetComponentsInParent<T>(System.Boolean, System.Collections.Generic.List<T>)
UnityEngine.Component.GetComponentsInParent<T>()
UnityEngine.Component.GetComponents(System.Type, System.Collections.Generic.List<UnityEngine.Component>)
UnityEngine.Component.GetComponents<T>(System.Collections.Generic.List<T>)
UnityEngine.Component.GetComponents<T>()
UnityEngine.Object.GetHashCode()
UnityEngine.Object.Equals(System.Object)
UnityEngine.Object.Instantiate<T>(T)
UnityEngine.Object.Instantiate<T>(T, UnityEngine.Vector3, UnityEngine.Quaternion)
UnityEngine.Object.Instantiate<T>(T, UnityEngine.Vector3, UnityEngine.Quaternion, UnityEngine.Transform)
UnityEngine.Object.Instantiate<T>(T, UnityEngine.Transform)
UnityEngine.Object.Instantiate<T>(T, UnityEngine.Transform, System.Boolean)
UnityEngine.Object.DestroyObject(UnityEngine.Object, System.Single)
UnityEngine.Object.DestroyObject(UnityEngine.Object)
UnityEngine.Object.FindSceneObjectsOfType(System.Type)
UnityEngine.Object.FindObjectsOfType<T>()
UnityEngine.Object.FindObjectsByType<T>(UnityEngine.FindObjectsSortMode)
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectsByType<T>(UnityEngine.FindObjectsInactive, UnityEngine.FindObjectsSortMode)
UnityEngine.Object.FindObjectOfType<T>()
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
UnityEngine.Object.FindFirstObjectByType<T>()
UnityEngine.Object.FindAnyObjectByType<T>()
UnityEngine.Object.FindFirstObjectByType<T>(UnityEngine.FindObjectsInactive)
UnityEngine.Object.FindAnyObjectByType<T>(UnityEngine.FindObjectsInactive)
Namespace: Global Namespace
Syntax
public class FakeBaseInput : BaseInput
Fields
AxisRaw
Declaration
[NonSerialized]
public float AxisRaw
Field Value
| Type | Description |
|---|---|
| Single |
ButtonDown
Declaration
[NonSerialized]
public bool ButtonDown
Field Value
| Type | Description |
|---|---|
| Boolean |
CompositionString
Declaration
[NonSerialized]
public string CompositionString
Field Value
| Type | Description |
|---|---|
| String |
MouseButton
Declaration
[NonSerialized]
public bool[] MouseButton
Field Value
| Type | Description |
|---|---|
| Boolean[] |
MouseButtonDown
Declaration
[NonSerialized]
public bool[] MouseButtonDown
Field Value
| Type | Description |
|---|---|
| Boolean[] |
MouseButtonUp
Declaration
[NonSerialized]
public bool[] MouseButtonUp
Field Value
| Type | Description |
|---|---|
| Boolean[] |
MousePosition
Declaration
[NonSerialized]
public Vector2 MousePosition
Field Value
| Type | Description |
|---|---|
| Vector2 |
MousePresent
Declaration
[NonSerialized]
public bool MousePresent
Field Value
| Type | Description |
|---|---|
| Boolean |
MouseScrollDelta
Declaration
[NonSerialized]
public Vector2 MouseScrollDelta
Field Value
| Type | Description |
|---|---|
| Vector2 |
TouchCount
Declaration
[NonSerialized]
public int TouchCount
Field Value
| Type | Description |
|---|---|
| Int32 |
TouchData
Declaration
[NonSerialized]
public Touch TouchData
Field Value
| Type | Description |
|---|---|
| Touch |
TouchSupported
Declaration
[NonSerialized]
public bool TouchSupported
Field Value
| Type | Description |
|---|---|
| Boolean |
Properties
compositionCursorPos
Declaration
public override Vector2 compositionCursorPos { get; set; }
Property Value
| Type | Description |
|---|---|
| Vector2 |
Overrides
compositionString
Declaration
public override string compositionString { get; }
Property Value
| Type | Description |
|---|---|
| String |
Overrides
imeCompositionMode
Declaration
public override IMECompositionMode imeCompositionMode { get; set; }
Property Value
| Type | Description |
|---|---|
| IMECompositionMode |
Overrides
mousePosition
Declaration
public override Vector2 mousePosition { get; }
Property Value
| Type | Description |
|---|---|
| Vector2 |
Overrides
mousePresent
Declaration
public override bool mousePresent { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Overrides
mouseScrollDelta
Declaration
public override Vector2 mouseScrollDelta { get; }
Property Value
| Type | Description |
|---|---|
| Vector2 |
Overrides
touchCount
Declaration
public override int touchCount { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Overrides
touchSupported
Declaration
public override bool touchSupported { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Overrides
Methods
GetAxisRaw(String)
Declaration
public override float GetAxisRaw(string axisName)
Parameters
| Type | Name | Description |
|---|---|---|
| String | axisName |
Returns
| Type | Description |
|---|---|
| Single |
Overrides
GetButtonDown(String)
Declaration
public override bool GetButtonDown(string buttonName)
Parameters
| Type | Name | Description |
|---|---|---|
| String | buttonName |
Returns
| Type | Description |
|---|---|
| Boolean |
Overrides
GetMouseButton(Int32)
Declaration
public override bool GetMouseButton(int button)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | button |
Returns
| Type | Description |
|---|---|
| Boolean |
Overrides
GetMouseButtonDown(Int32)
Declaration
public override bool GetMouseButtonDown(int button)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | button |
Returns
| Type | Description |
|---|---|
| Boolean |
Overrides
GetMouseButtonUp(Int32)
Declaration
public override bool GetMouseButtonUp(int button)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | button |
Returns
| Type | Description |
|---|---|
| Boolean |
Overrides
GetTouch(Int32)
Declaration
public override Touch GetTouch(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | index |
Returns
| Type | Description |
|---|---|
| Touch |