C# Class MasherTrigger, JuniorProject

Inheritance: MonoBehaviour
Mostrar archivo Open project: MilesMeacham/JuniorProject

Public Properties

Property Type Description
masherDestinations Transform[]
masherSpeed float

Public Methods

Method Description
OnTriggerEnter ( Collider collider ) : void

Private Methods

Method Description
Activate ( ) : IEnumerator
ReturnToStart ( ) : IEnumerator

Method Details

OnTriggerEnter() public method

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

Property Details

masherDestinations public_oe property

public Transform[] masherDestinations
return Transform[]

masherSpeed public_oe property

public float masherSpeed
return float