Class GenericDefaultControl
Inheritance
System.Object
GenericDefaultControl
Syntax
public class GenericDefaultControl : DefaultControl
Constructors
GenericDefaultControl(String)
Declaration
public GenericDefaultControl(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Fields
forward
Declaration
public Func<IGUIState, Vector3> forward
Field Value
| Type |
Description |
| System.Func<IGUIState, Vector3> |
|
position
Declaration
public Func<IGUIState, Vector3> position
Field Value
| Type |
Description |
| System.Func<IGUIState, Vector3> |
|
right
Declaration
public Func<IGUIState, Vector3> right
Field Value
| Type |
Description |
| System.Func<IGUIState, Vector3> |
|
up
Declaration
public Func<IGUIState, Vector3> up
Field Value
| Type |
Description |
| System.Func<IGUIState, Vector3> |
|
userData
Declaration
public Func<IGUIState, object> userData
Field Value
| Type |
Description |
| System.Func<IGUIState, System.Object> |
|
Methods
GetForward(IGUIState, Int32)
Declaration
protected override Vector3 GetForward(IGUIState guiState, int index)
Parameters
| Type |
Name |
Description |
| IGUIState |
guiState |
|
| System.Int32 |
index |
|
Returns
Overrides
GetPosition(IGUIState, Int32)
Declaration
protected override Vector3 GetPosition(IGUIState guiState, int index)
Parameters
| Type |
Name |
Description |
| IGUIState |
guiState |
|
| System.Int32 |
index |
|
Returns
Overrides
GetRight(IGUIState, Int32)
Declaration
protected override Vector3 GetRight(IGUIState guiState, int index)
Parameters
| Type |
Name |
Description |
| IGUIState |
guiState |
|
| System.Int32 |
index |
|
Returns
Overrides
GetUp(IGUIState, Int32)
Declaration
protected override Vector3 GetUp(IGUIState guiState, int index)
Parameters
| Type |
Name |
Description |
| IGUIState |
guiState |
|
| System.Int32 |
index |
|
Returns
Overrides
GetUserData(IGUIState, Int32)
Declaration
protected override object GetUserData(IGUIState guiState, int index)
Parameters
| Type |
Name |
Description |
| IGUIState |
guiState |
|
| System.Int32 |
index |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides