# Animation Flag
Base type —
int
Name | Identifier | Code |
---|---|---|
Full Match | c_animFlagFullMatch | (1 << 0) |
Play Forever | c_animFlagPlayForever | (1 << 1) |
Non Looping | c_animFlagNonLooping | (1 << 2) |
Model Driven Looping | c_animFlagAssetDrivenLooping | (1 << 4) |
Random Start Offset | c_animFlagRandomStartOffset | (1 << 5) |
# Related
Category: Animation / Support
- Animation Offset — preset —
int
- Animation Identifier — preset —
string
- Animation Property — preset —
int
- Animation Time Values — preset —
fixed
- Animation Scale Option — preset —
bool
- Animation Flag — preset —
int
# Examples
— None found —