C# Class uREPL.Window

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: hecomi/uREPL Class Usage Examples

Méthodes publiques

Свойство Type Description
selected Window

Méthodes publiques

Méthode Description
Close ( ) : void
DoCompletion ( ) : void
InstantiateInOutputView ( GameObject prefab ) : GameObject
OnSubmit ( string code ) : void
Open ( ) : void
OutputLog ( Log data ) : void
StartCompletion ( ) : void
StopCompletion ( ) : void

Private Methods

Méthode Description
Awake ( ) : void
ClearHistoryCommand ( ) : void
ClearOutputCommand ( ) : void
CloseCommand ( ) : void
InitObjects ( ) : void
OnCompletionFinished ( Completion result ) : void
OnDestroy ( ) : void
OnValueChanged ( string text ) : void
RegisterListeners ( ) : void
SetActive ( bool active ) : void
ShowHistory ( ) : void
Start ( ) : void
UnregisterListeners ( ) : void
Update ( ) : void
UpdateCompletion ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

DoCompletion() public méthode

public DoCompletion ( ) : void
Résultat void

InstantiateInOutputView() public static méthode

public static InstantiateInOutputView ( GameObject prefab ) : GameObject
prefab UnityEngine.GameObject
Résultat UnityEngine.GameObject

OnSubmit() public méthode

public OnSubmit ( string code ) : void
code string
Résultat void

Open() public méthode

public Open ( ) : void
Résultat void

OutputLog() public méthode

public OutputLog ( Log data ) : void
data Log
Résultat void

StartCompletion() public méthode

public StartCompletion ( ) : void
Résultat void

StopCompletion() public méthode

public StopCompletion ( ) : void
Résultat void

Property Details

selected public_oe static_oe property

public static Window,uREPL selected
Résultat Window