C# Class Ev3devMapping.ModuleUI

Inheritance: MonoBehaviour, IComparable
Afficher le fichier Open project: bmegli/ev3dev-mapping-ui

Méthodes publiques

Свойство Type Description
ModuleName Text
ModuleStateToggle Toggle
ModuleText Text
UiTransform Transform

Protected Properties

Свойство Type Description
module Ev3devMapping.RobotModule
uiTransform Transform

Méthodes publiques

Méthode Description
CompareTo ( other ) : int
SetEnable ( bool enable ) : void
SetUIParent ( Transform rectTranform ) : void

Méthodes protégées

Méthode 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

Method Details

Awake() protected méthode

protected Awake ( ) : void
Résultat void

CompareTo() public méthode

public CompareTo ( other ) : int
Résultat int

SafeInstantiate() protected méthode

protected SafeInstantiate ( original, Transform parent ) : T
parent Transform
Résultat T

SafeInstantiateGameObject() protected méthode

protected SafeInstantiateGameObject ( GameObject original, Transform parent ) : GameObject
original GameObject
parent Transform
Résultat GameObject

SafeInstantiateText() protected méthode

protected SafeInstantiateText ( Text original, Transform parent, string initial_text ) : Text
original Text
parent Transform
initial_text string
Résultat Text

SetEnable() public méthode

public SetEnable ( bool enable ) : void
enable bool
Résultat void

SetUIParent() public méthode

public SetUIParent ( Transform rectTranform ) : void
rectTranform Transform
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void

Update() protected méthode

protected Update ( ) : void
Résultat void

Property Details

ModuleName public_oe property

public Text ModuleName
Résultat Text

ModuleStateToggle public_oe property

public Toggle ModuleStateToggle
Résultat Toggle

ModuleText public_oe property

public Text ModuleText
Résultat Text

UiTransform public_oe property

public Transform UiTransform
Résultat Transform

module protected_oe property

protected RobotModule,Ev3devMapping module
Résultat Ev3devMapping.RobotModule

uiTransform protected_oe property

protected Transform uiTransform
Résultat Transform