C# Class bulletForce, source

Inheritance: MonoBehaviour
Show file Open project: unityosgt/source

Public Properties

Property Type Description
spawnedFrom GameObject

Public Methods

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

Private Methods

Method Description
waitDestroy ( ) : IEnumerator

Method Details

OnTriggerEnter() public method

public OnTriggerEnter ( Collider hit ) : void
hit Collider
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

spawnedFrom public property

public GameObject spawnedFrom
return GameObject