C# Class Speed_Change_Button

Inheritance: MonoBehaviour
Show 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 property

public List AffectedObjects
return List

SlowDown public property

public bool SlowDown
return bool

SpeedUp public property

public bool SpeedUp
return bool

Stop public property

public bool Stop
return bool

TargetObject public property

public Rigidbody,UnityEngine TargetObject
return UnityEngine.Rigidbody