Property | Type | Description | |
---|---|---|---|
AddToManagersBottomUp | void | ||
InitializeSpriterObject | void | ||
OnAnimationFinished | void | ||
ResetAnimation | void | ||
RestartAnimationWithWrapping | void | ||
SetAllObjectValuesToCurrentFrame | void | ||
SetInterpolatedValues | void | ||
UpdateAllObjectDependencies | void | ||
UpdateCollisionBoxes | void |
Method | Description | |
---|---|---|
AddToManagers ( ) : void | ||
AddToManagers ( Layer layerToAddTo ) : void | ||
Clone ( ) : |
||
Destroy ( ) : void | ||
GetPercentageIntoFrame ( float secondsIntoAnimation, float currentKeyFrameTime, float nextKeyFrameTime ) : float | ||
LoadStaticContent ( string contentManagerName ) : void | ||
PostInitialize ( ) : void | ||
SpriterObject ( string contentManagerName ) : System | ||
SpriterObject ( string contentManagerName, bool addToManagers ) : System | ||
StartAnimation ( ) : void | ||
StartAnimation ( string animationName ) : void | ||
TimedActivity ( float secondDifference, double secondDifferenceSquaredDividedByTwo, float secondsPassedLastFrame ) : void | ||
UnloadStaticContent ( ) : void |
Method | Description | |
---|---|---|
AddToManagersBottomUp ( Layer layerToAddTo ) : void | ||
InitializeSpriterObject ( bool addToManagers ) : void | ||
OnAnimationFinished ( |
||
ResetAnimation ( ) : void | ||
RestartAnimationWithWrapping ( ) : void | ||
SetAllObjectValuesToCurrentFrame ( ) : void | ||
SetInterpolatedValues ( KeyFrameValues>.KeyValuePair |
||
UpdateAllObjectDependencies ( ) : void | ||
UpdateCollisionBoxes ( ) : void |
public AddToManagers ( Layer layerToAddTo ) : void | ||
layerToAddTo | Layer | |
return | void |
public static GetPercentageIntoFrame ( float secondsIntoAnimation, float currentKeyFrameTime, float nextKeyFrameTime ) : float | ||
secondsIntoAnimation | float | |
currentKeyFrameTime | float | |
nextKeyFrameTime | float | |
return | float |
public static LoadStaticContent ( string contentManagerName ) : void | ||
contentManagerName | string | |
return | void |
public SpriterObject ( string contentManagerName ) : System | ||
contentManagerName | string | |
return | System |
public SpriterObject ( string contentManagerName, bool addToManagers ) : System | ||
contentManagerName | string | |
addToManagers | bool | |
return | System |
public StartAnimation ( string animationName ) : void | ||
animationName | string | |
return | void |
public TimedActivity ( float secondDifference, double secondDifferenceSquaredDividedByTwo, float secondsPassedLastFrame ) : void | ||
secondDifference | float | |
secondDifferenceSquaredDividedByTwo | double | |
secondsPassedLastFrame | float | |
return | void |