Class Linker_Vector3InputField
Utility linker to handle 3 input fields used to type a Vector3, in one.
Inheritance
System.Object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
Linker_Vector3InputField
Namespace: Appearition.Example
Assembly: Assembly-CSharp.dll
Syntax
public class Linker_Vector3InputField : MonoBehaviour
Fields
xIF
Declaration
public InputField xIF
Field Value
Type | Description |
---|---|
UnityEngine.UI.InputField |
yIF
Declaration
public InputField yIF
Field Value
Type | Description |
---|---|
UnityEngine.UI.InputField |
zIF
Declaration
public InputField zIF
Field Value
Type | Description |
---|---|
UnityEngine.UI.InputField |
Properties
GetValueText
Declaration
public string GetValueText { get; }
Property Value
Type | Description |
---|---|
System.String |
GetValueVector3
Declaration
public Vector3 GetValueVector3 { get; }
Property Value
Type | Description |
---|---|
UnityEngine.Vector3 |
Methods
SetValue(Single, Single, Single)
Declaration
public void SetValue(float x, float y, float z)
Parameters
Type | Name | Description |
---|---|---|
System.Single | x | |
System.Single | y | |
System.Single | z |