C# Class Kuchen.KuchenDebugger

Inheritance: UnityEngine.MonoBehaviour
Mostrar archivo Open project: kyubuns/Kuchen

Public Properties

Property Type Description
Arg1 string
SendTopic bool
Topic string

Public Methods

Method Description
OnDisable ( ) : void
OnEnable ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnDisable() public method

public OnDisable ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Arg1 public_oe property

public string Arg1
return string

SendTopic public_oe property

public bool SendTopic
return bool

Topic public_oe property

public string Topic
return string