C# Class Interact, Lurk2015Testing

Inheritance: MonoBehaviour
Show file Open project: gmuGADIG/Lurk2015Testing Class Usage Examples

Public Properties

Property Type Description
Conversation GameObject
buttonPrompt GameObject
repeatable bool

Public Methods

Method Description
OnTriggerEnter2D ( Collider2D other ) : void
OnTriggerExit2D ( Collider2D other ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnTriggerEnter2D() public method

public OnTriggerEnter2D ( Collider2D other ) : void
other UnityEngine.Collider2D
return void

OnTriggerExit2D() public method

public OnTriggerExit2D ( Collider2D other ) : void
other UnityEngine.Collider2D
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Conversation public property

public GameObject Conversation
return GameObject

buttonPrompt public property

public GameObject buttonPrompt
return GameObject

repeatable public property

public bool repeatable
return bool