Property | Type | Description | |
---|---|---|---|
ModuleName | Text | ||
ModuleStateToggle | Toggle | ||
ModuleText | Text | ||
UiTransform | Transform |
Property | Type | Description | |
---|---|---|---|
module | Ev3devMapping.RobotModule | ||
uiTransform | Transform |
Method | Description | |
---|---|---|
CompareTo ( other ) : int | ||
SetEnable ( bool enable ) : void | ||
SetUIParent ( Transform rectTranform ) : void |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
SafeInstantiate ( original, Transform parent ) : T | ||
SafeInstantiateGameObject ( GameObject original, Transform parent ) : GameObject | ||
SafeInstantiateText ( Text original, Transform parent, string initial_text ) : Text | ||
Start ( ) : void | ||
Update ( ) : void |
protected SafeInstantiate ( original, Transform parent ) : T | ||
parent | Transform | |
return | T |
protected SafeInstantiateGameObject ( GameObject original, Transform parent ) : GameObject | ||
original | GameObject | |
parent | Transform | |
return | GameObject |
protected SafeInstantiateText ( Text original, Transform parent, string initial_text ) : Text | ||
original | Text | |
parent | Transform | |
initial_text | string | |
return | Text |
public SetUIParent ( Transform rectTranform ) : void | ||
rectTranform | Transform | |
return | void |
protected RobotModule,Ev3devMapping module | ||
return | Ev3devMapping.RobotModule |