Class GenericDefaultControl
Represents a default generic UI control.
Inherited Members
Namespace: UnityEditor .U2D.Path.GUIFramework
Assembly: solution.dll
Syntax
public class GenericDefaultControl : DefaultControl
Constructors
Name | Description |
---|---|
Generic |
Initializes and returns an instance of GenericDefaultControl |
Fields
Name | Description |
---|---|
forward | Func for GetForward |
position | Func for GetPosition |
right | Func for GetRight |
up | Func for GetUp |
user |
Func for GetUserData |
Methods
Name | Description |
---|---|
Get |
Gets the forward vector of the control. |
Get |
Gets the distance from the Scene view camera to the control. |
Get |
Gets the right vector of the control. |
Get |
Gets the up vector of the control. |
Get |
Gets the control's user data. |