C# Class AudioEvents, COMA

Audio animation events.
Inheritance: Events
Afficher le fichier Open project: GDACollab/COMA Class Usage Examples

Méthodes publiques

Свойство Type Description
dirty bool

Méthodes publiques

Méthode Description
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

Method Details

BinarySearchCurveValue() public méthode

public BinarySearchCurveValue ( int curve, int index, float time ) : float
curve int
index int
time float
Résultat float

BinarySearchCurveValue() public méthode

public BinarySearchCurveValue ( int curve, int index, float time, float lPos, float rPos ) : float
curve int
index int
time float
lPos float
rPos float
Résultat float

BinarySearchFirstPoint() public méthode

public BinarySearchFirstPoint ( int curve, float time ) : int
curve int
time float
Résultat int

BinarySearchFirstPoint() public méthode

public BinarySearchFirstPoint ( int curve, float time, int lPointIndex, int rPointIndex ) : int
curve int
time float
lPointIndex int
rPointIndex int
Résultat int

BinarySearchFirstTrigger() public méthode

public BinarySearchFirstTrigger ( float time ) : int
time float
Résultat int

BinarySearchFirstTrigger() public méthode

public BinarySearchFirstTrigger ( float time, int lTriggerIndex, int rTriggerIndex ) : int
time float
lTriggerIndex int
rTriggerIndex int
Résultat int

CalculateBezier() public static méthode

public static CalculateBezier ( Vector2 p0, Vector2 p1, Vector2 p2, Vector2 p3, float t ) : Vector2
p0 Vector2
p1 Vector2
p2 Vector2
p3 Vector2
t float
Résultat Vector2

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

GetCurrentValue() public méthode

public GetCurrentValue ( int curve ) : float
curve int
Résultat float

GetCurrentValue() public méthode

public GetCurrentValue ( string curve ) : float
curve string
Résultat float

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetValueAtTime() public méthode

public GetValueAtTime ( int curve, float time ) : float
curve int
time float
Résultat float

GetValueAtTime() public méthode

public GetValueAtTime ( string curve, float time ) : float
curve string
time float
Résultat float

Start() public méthode

public Start ( ) : void
Résultat void

TimeChangedManually() public méthode

public TimeChangedManually ( ) : void
Résultat void

Property Details

dirty public_oe property

public bool dirty
Résultat bool