C# Class pnjTalk3, ProjectTime

Inheritance: MonoBehaviour
Show file 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 property

public GameObject MissionHelper_Aux
return GameObject

aButton public property

public Texture aButton
return Texture

mission public property

public string mission
return string

textId public property

public int textId
return int

textToPrint public property

public string textToPrint
return string