C# 클래스 Ev3devMapping.ControlUI

상속: MonoBehaviour
파일 보기 프로젝트 열기: bmegli/ev3dev-mapping-ui

공개 프로퍼티들

프로퍼티 타입 설명
ModuleButton Button
ModuleName Text
ModuleStateToggle Toggle
ModuleText Text
ModulesPanel Transform
UiTransform Transform

보호된 프로퍼티들

프로퍼티 타입 설명
uiTransform Transform

공개 메소드들

메소드 설명
OnReplayButtonClicked ( ) : void
OnSaveMapsButtonClicked ( ) : void
OnSnapshotButtonClicked ( ) : void
SetEnable ( bool enable ) : void

보호된 메소드들

메소드 설명
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

메소드 상세

Awake() 보호된 메소드

protected Awake ( ) : void
리턴 void

OnReplayButtonClicked() 공개 메소드

public OnReplayButtonClicked ( ) : void
리턴 void

OnSaveMapsButtonClicked() 공개 메소드

public OnSaveMapsButtonClicked ( ) : void
리턴 void

OnSnapshotButtonClicked() 공개 메소드

public OnSnapshotButtonClicked ( ) : void
리턴 void

SafeInstantiate() 보호된 메소드

protected SafeInstantiate ( original, Transform parent ) : T
parent Transform
리턴 T

SafeInstantiateGameObject() 보호된 메소드

protected SafeInstantiateGameObject ( GameObject original, Transform parent ) : GameObject
original GameObject
parent Transform
리턴 GameObject

SafeInstantiateText() 보호된 메소드

protected SafeInstantiateText ( Text original, Transform parent, string initial_text ) : Text
original Text
parent Transform
initial_text string
리턴 Text

SetEnable() 공개 메소드

public SetEnable ( bool enable ) : void
enable bool
리턴 void

Start() 보호된 메소드

protected Start ( ) : void
리턴 void

Update() 보호된 메소드

protected Update ( ) : void
리턴 void

프로퍼티 상세

ModuleButton 공개적으로 프로퍼티

public Button ModuleButton
리턴 Button

ModuleName 공개적으로 프로퍼티

public Text ModuleName
리턴 Text

ModuleStateToggle 공개적으로 프로퍼티

public Toggle ModuleStateToggle
리턴 Toggle

ModuleText 공개적으로 프로퍼티

public Text ModuleText
리턴 Text

ModulesPanel 공개적으로 프로퍼티

public Transform ModulesPanel
리턴 Transform

UiTransform 공개적으로 프로퍼티

public Transform UiTransform
리턴 Transform

uiTransform 보호되어 있는 프로퍼티

protected Transform uiTransform
리턴 Transform