C# 클래스 Speed_Change_Button

상속: MonoBehaviour
파일 보기 프로젝트 열기: gsabourin/timebanana

공개 프로퍼티들

프로퍼티 타입 설명
AffectedObjects List
SlowDown bool
SpeedUp bool
Stop bool
TargetObject UnityEngine.Rigidbody

공개 메소드들

메소드 설명
OnTriggerEnter ( Collider other ) : void
Start ( ) : void

메소드 상세

OnTriggerEnter() 공개 메소드

public OnTriggerEnter ( Collider other ) : void
other Collider
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

AffectedObjects 공개적으로 프로퍼티

public List AffectedObjects
리턴 List

SlowDown 공개적으로 프로퍼티

public bool SlowDown
리턴 bool

SpeedUp 공개적으로 프로퍼티

public bool SpeedUp
리턴 bool

Stop 공개적으로 프로퍼티

public bool Stop
리턴 bool

TargetObject 공개적으로 프로퍼티

public Rigidbody,UnityEngine TargetObject
리턴 UnityEngine.Rigidbody