C# 클래스 UnityEditor.TakeInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
bakeStartTime float
bakeStopTime float
defaultClipName string
name string
sampleRate float
startTime float
stopTime float

프로퍼티 상세

bakeStartTime 공개적으로 프로퍼티

Start time in second.

public float bakeStartTime
리턴 float

bakeStopTime 공개적으로 프로퍼티

Stop time in second.

public float bakeStopTime
리턴 float

defaultClipName 공개적으로 프로퍼티

This is the default clip name for the clip generated for this take.

public string defaultClipName
리턴 string

name 공개적으로 프로퍼티

Take name as define from imported file.

public string name
리턴 string

sampleRate 공개적으로 프로퍼티

Sample rate of the take.

public float sampleRate
리턴 float

startTime 공개적으로 프로퍼티

Start time in second.

public float startTime
리턴 float

stopTime 공개적으로 프로퍼티

Stop time in second.

public float stopTime
리턴 float