C# Class Speed_Change_Button

Inheritance: MonoBehaviour
Mostra file Open project: gsabourin/timebanana

Public Properties

Property Type Description
AffectedObjects List
SlowDown bool
SpeedUp bool
Stop bool
TargetObject UnityEngine.Rigidbody

Public Methods

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

Method Details

OnTriggerEnter() public method

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

Start() public method

public Start ( ) : void
return void

Property Details

AffectedObjects public_oe property

public List AffectedObjects
return List

SlowDown public_oe property

public bool SlowDown
return bool

SpeedUp public_oe property

public bool SpeedUp
return bool

Stop public_oe property

public bool Stop
return bool

TargetObject public_oe property

public Rigidbody,UnityEngine TargetObject
return UnityEngine.Rigidbody