C# Class AreaName, RPGQuest

Inheritance: MonoBehaviour
显示文件 Open project: hughrogers/RPGQuest Class Usage Examples

Public Properties

Property Type Description
areaName int
dp DialoguePosition,

Public Methods

Method Description
Awake ( ) : void
OnDestroy ( ) : void
OnDrawGizmos ( ) : void
OnTriggerEnter ( Collider other ) : void
Preload ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnDestroy() public method

public OnDestroy ( ) : void
return void

OnDrawGizmos() public method

public OnDrawGizmos ( ) : void
return void

OnTriggerEnter() public method

public OnTriggerEnter ( Collider other ) : void
other Collider
return void

Preload() public method

public Preload ( ) : void
return void

Property Details

areaName public_oe property

public int areaName
return int

dp public_oe property

public DialoguePosition, dp
return DialoguePosition,