C# 클래스 UnityEditor.TimeControl

파일 보기 프로젝트 열기: randomize/VimConfig 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
currentTime float
loop bool
playSelection bool
playbackSpeed float
startTime float
stopTime float

공개 메소드들

메소드 설명
DoTimeControl ( Rect rect ) : void
OnDisable ( ) : void
Update ( ) : void

메소드 상세

DoTimeControl() 공개 메소드

public DoTimeControl ( Rect rect ) : void
rect UnityEngine.Rect
리턴 void

OnDisable() 공개 메소드

public OnDisable ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

currentTime 공개적으로 프로퍼티

public float currentTime
리턴 float

loop 공개적으로 프로퍼티

public bool loop
리턴 bool

playSelection 공개적으로 프로퍼티

public bool playSelection
리턴 bool

playbackSpeed 공개적으로 프로퍼티

public float playbackSpeed
리턴 float

startTime 공개적으로 프로퍼티

public float startTime
리턴 float

stopTime 공개적으로 프로퍼티

public float stopTime
리턴 float