C# 클래스 ButtonSimulator, RodPacers

상속: MonoBehaviour
파일 보기 프로젝트 열기: GameDesignGroup6/RodPacers 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
backwards bool
currentNode Node,
currentPress float
leftEngine Transform
nodeTransform Transform
parent Transform
rightEngine Transform
slow bool

공개 메소드들

메소드 설명
GetButtons ( ) : void
Start ( ) : void
Update ( ) : void
UpdateNode ( ) : void

메소드 상세

GetButtons() 공개 메소드

public GetButtons ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

UpdateNode() 공개 메소드

public UpdateNode ( ) : void
리턴 void

프로퍼티 상세

backwards 공개적으로 프로퍼티

public bool backwards
리턴 bool

currentNode 공개적으로 프로퍼티

public Node, currentNode
리턴 Node,

currentPress 공개적으로 프로퍼티

public float currentPress
리턴 float

leftEngine 공개적으로 프로퍼티

public Transform leftEngine
리턴 Transform

nodeTransform 공개적으로 프로퍼티

public Transform nodeTransform
리턴 Transform

parent 공개적으로 프로퍼티

public Transform parent
리턴 Transform

rightEngine 공개적으로 프로퍼티

public Transform rightEngine
리턴 Transform

slow 공개적으로 프로퍼티

public bool slow
리턴 bool