C# Class EventNotifier

Inheritance: MonoBehaviour
Show file Open project: daniel-cheng/stellar Class Usage Examples

Public Properties

Property Type Description
destroy bool
menu bool
network bool
trigger bool

Public Methods

Method Description
OnDestroy ( ) : void
OnMouseUp ( ) : void
OnNetwork ( ) : void
OnTriggerEnter ( Collider other ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnDestroy() public method

public OnDestroy ( ) : void
return void

OnMouseUp() public method

public OnMouseUp ( ) : void
return void

OnNetwork() public method

public OnNetwork ( ) : void
return void

OnTriggerEnter() public method

public OnTriggerEnter ( 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

destroy public property

public bool destroy
return bool

menu public property

public bool menu
return bool

network public property

public bool network
return bool

trigger public property

public bool trigger
return bool