C# Class EventNotifier

Inheritance: MonoBehaviour
Datei anzeigen 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_oe property

public bool destroy
return bool

menu public_oe property

public bool menu
return bool

network public_oe property

public bool network
return bool

trigger public_oe property

public bool trigger
return bool