C# Class TriggerSound2, ITP_OpenSourceAnimation

Inheritance: MonoBehaviour
Exibir arquivo Open project: n1ckfg/ITP_OpenSourceAnimation

Public Properties

Property Type Description
target1 GameObject
target2 GameObject

Public Methods

Method Description
OnTriggerEnter ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnTriggerEnter() public method

public OnTriggerEnter ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

target1 public_oe property

public GameObject target1
return GameObject

target2 public_oe property

public GameObject target2
return GameObject