C# Class pnjTalk3, ProjectTime

Inheritance: MonoBehaviour
Exibir arquivo Open project: daniandia/ProjectTime

Public Properties

Property Type Description
MissionHelper_Aux GameObject
aButton Texture
mission string
textId int
textToPrint string

Public Methods

Method Description
OnGUI ( ) : void
OnTriggerExit ( Collider other ) : void
OnTriggerStay ( Collider other ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

OnTriggerExit() public method

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

OnTriggerStay() public method

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

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

MissionHelper_Aux public_oe property

public GameObject MissionHelper_Aux
return GameObject

aButton public_oe property

public Texture aButton
return Texture

mission public_oe property

public string mission
return string

textId public_oe property

public int textId
return int

textToPrint public_oe property

public string textToPrint
return string