Property | Type | Description | |
---|---|---|---|
actorID | int | ||
animationObject | BattleAnimationObject | ||
armorID | int | ||
audioID | int | ||
audioRolloffMode | AudioRolloffMode | ||
characterID | int | ||
combatantAnimation | CombatantAnimation | ||
controller | bool | ||
effect | SkillEffect[], | ||
float1 | float | ||
float2 | float | ||
float3 | float | ||
float4 | float | ||
float5 | float | ||
float6 | float | ||
float7 | float | ||
float8 | float | ||
fold | bool | ||
formulaID | int | ||
intensity | float | ||
interpolate | EaseType | ||
itemID | int | ||
key | string | ||
materialProperty | string | ||
max | int | ||
message | string[] | ||
min | int | ||
moveTo | int | ||
moveToTarget | BattleMoveToTarget | ||
next | int | ||
nextFail | int | ||
number | int | ||
pathToChild | string | ||
playMode | PlayMode | ||
playOptions | string[] | ||
posID | int | ||
prefabID | int | ||
prefabID2 | int | ||
queueMode | QueueMode | ||
rect | Rect | ||
rect2 | Rect | ||
show | bool | ||
show10 | bool | ||
show11 | bool | ||
show2 | bool | ||
show3 | bool | ||
show4 | bool | ||
show5 | bool | ||
show6 | bool | ||
show7 | bool | ||
show8 | bool | ||
show9 | bool | ||
showShadow | bool | ||
simpleOperator | SimpleOperator | ||
skillID | int | ||
spawnID | int | ||
speed | float | ||
statusOrigin | StatusOrigin | ||
statusOrigin2 | StatusOrigin | ||
stepEnabled | bool | ||
time | float | ||
type | BattleAnimationType | ||
useDefault | bool | ||
useDefault2 | bool | ||
v2 | Vector2 | ||
v3 | Vector3 | ||
v3_2 | Vector3 | ||
v4 | Vector4 | ||
v4_2 | Vector4 | ||
value | string | ||
valueCheck | ValueCheck | ||
volume | float | ||
wait | bool | ||
waypointID | int | ||
weaponID | int |
Method | Description | |
---|---|---|
AnimationStep ( BattleAnimationType t ) : System.Collections | ||
Execute ( BattleAnimation battleAnimation ) : void | ||
GetCopy ( BattleAnimation battleAnimation ) : AnimationStep, | ||
GetData ( ) : Hashtable | ||
SetNextIndex ( int index ) : void |
public AnimationStep ( BattleAnimationType t ) : System.Collections | ||
t | BattleAnimationType | |
return | System.Collections |
public Execute ( BattleAnimation battleAnimation ) : void | ||
battleAnimation | BattleAnimation | |
return | void |
public GetCopy ( BattleAnimation battleAnimation ) : AnimationStep, | ||
battleAnimation | BattleAnimation | |
return | AnimationStep, |
public BattleAnimationObject animationObject | ||
return | BattleAnimationObject |
public AudioRolloffMode audioRolloffMode | ||
return | AudioRolloffMode |
public CombatantAnimation combatantAnimation | ||
return | CombatantAnimation |