C# Class HotFixCode.SampleTwoPanel

Inheritance: BehaviourBase
ファイルを表示 Open project: meta-42/uEasyKit Class Usage Examples

Public Properties

Property Type Description
buttonBack UnityEngine.UI.Button
logic SampleTwoLogic

Protected Methods

Method Description
Awake ( GameObject rGo ) : void

Method Details

Awake() protected method

protected Awake ( GameObject rGo ) : void
rGo UnityEngine.GameObject
return void

Property Details

buttonBack public_oe property

public Button,UnityEngine.UI buttonBack
return UnityEngine.UI.Button

logic public_oe property

public SampleTwoLogic,HotFixCode logic
return SampleTwoLogic