C# Class SpawnObject, Hellbound

Inheritance: UnityEngine.ScriptableObject
Mostrar archivo Open project: Backman/Hellbound Class Usage Examples

Public Properties

Property Type Description
m_ColliderTag string
m_Delay float

Public Methods

Method Description
Awake ( ) : void
OnTriggerEnter ( Collider other ) : void

Private Methods

Method Description
spawnObject ( ) : IEnumerator

Method Details

Awake() public method

public Awake ( ) : void
return void

OnTriggerEnter() public method

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

Property Details

m_ColliderTag public_oe property

public string m_ColliderTag
return string

m_Delay public_oe property

public float m_Delay
return float