C# Class uREPL.OutputView

Inheritance: UnityEngine.MonoBehaviour
ファイルを表示 Open project: hecomi/uREPL

Public Properties

Property Type Description
logData_ Queue
maxResultNum int

Public Methods

Method Description
AddLogItem ( ) : LogItem
AddObject ( GameObject prefab ) : GameObject
AddResultItem ( ) : ResultItem
Awake ( ) : void
Clear ( ) : void
OutputLog ( Log data ) : void
RemoveExceededItem ( ) : void
Update ( ) : void

Private Methods

Method Description
UpdateLogs ( ) : void

Method Details

AddLogItem() public method

public AddLogItem ( ) : LogItem
return LogItem

AddObject() public method

public AddObject ( GameObject prefab ) : GameObject
prefab UnityEngine.GameObject
return UnityEngine.GameObject

AddResultItem() public method

public AddResultItem ( ) : ResultItem
return ResultItem

Awake() public method

public Awake ( ) : void
return void

Clear() public method

public Clear ( ) : void
return void

OutputLog() public method

public OutputLog ( Log data ) : void
data Log
return void

RemoveExceededItem() public method

public RemoveExceededItem ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

logData_ public_oe property

public Queue logData_
return Queue

maxResultNum public_oe property

public int maxResultNum
return int