C# 클래스 AudioEvents, COMA

Audio animation events.
상속: Events
파일 보기 프로젝트 열기: GDACollab/COMA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
dirty bool

공개 메소드들

메소드 설명
BinarySearchCurveValue ( int curve, int index, float time ) : float
BinarySearchCurveValue ( int curve, int index, float time, float lPos, float rPos ) : float
BinarySearchFirstPoint ( int curve, float time ) : int
BinarySearchFirstPoint ( int curve, float time, int lPointIndex, int rPointIndex ) : int
BinarySearchFirstTrigger ( float time ) : int
BinarySearchFirstTrigger ( float time, int lTriggerIndex, int rTriggerIndex ) : int
CalculateBezier ( Vector2 p0, Vector2 p1, Vector2 p2, Vector2 p3, float t ) : Vector2
FixedUpdate ( ) : void
GetCurrentValue ( int curve ) : float
GetCurrentValue ( string curve ) : float
GetHashCode ( ) : int
GetValueAtTime ( int curve, float time ) : float
GetValueAtTime ( string curve, float time ) : float
Start ( ) : void
TimeChangedManually ( ) : void

메소드 상세

BinarySearchCurveValue() 공개 메소드

public BinarySearchCurveValue ( int curve, int index, float time ) : float
curve int
index int
time float
리턴 float

BinarySearchCurveValue() 공개 메소드

public BinarySearchCurveValue ( int curve, int index, float time, float lPos, float rPos ) : float
curve int
index int
time float
lPos float
rPos float
리턴 float

BinarySearchFirstPoint() 공개 메소드

public BinarySearchFirstPoint ( int curve, float time ) : int
curve int
time float
리턴 int

BinarySearchFirstPoint() 공개 메소드

public BinarySearchFirstPoint ( int curve, float time, int lPointIndex, int rPointIndex ) : int
curve int
time float
lPointIndex int
rPointIndex int
리턴 int

BinarySearchFirstTrigger() 공개 메소드

public BinarySearchFirstTrigger ( float time ) : int
time float
리턴 int

BinarySearchFirstTrigger() 공개 메소드

public BinarySearchFirstTrigger ( float time, int lTriggerIndex, int rTriggerIndex ) : int
time float
lTriggerIndex int
rTriggerIndex int
리턴 int

CalculateBezier() 공개 정적인 메소드

public static CalculateBezier ( Vector2 p0, Vector2 p1, Vector2 p2, Vector2 p3, float t ) : Vector2
p0 Vector2
p1 Vector2
p2 Vector2
p3 Vector2
t float
리턴 Vector2

FixedUpdate() 공개 메소드

public FixedUpdate ( ) : void
리턴 void

GetCurrentValue() 공개 메소드

public GetCurrentValue ( int curve ) : float
curve int
리턴 float

GetCurrentValue() 공개 메소드

public GetCurrentValue ( string curve ) : float
curve string
리턴 float

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetValueAtTime() 공개 메소드

public GetValueAtTime ( int curve, float time ) : float
curve int
time float
리턴 float

GetValueAtTime() 공개 메소드

public GetValueAtTime ( string curve, float time ) : float
curve string
time float
리턴 float

Start() 공개 메소드

public Start ( ) : void
리턴 void

TimeChangedManually() 공개 메소드

public TimeChangedManually ( ) : void
리턴 void

프로퍼티 상세

dirty 공개적으로 프로퍼티

public bool dirty
리턴 bool