Class TResourceFrame
Unit
CastleResources
Declaration
type TResourceFrame = class(TCastleTransform)
Description
Display a specified frame of the specified animation. This is reliable even when multiple TResourceFrame request different frames from the same animation.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure SetFrame(const AnAnimation: T3DResourceAnimation; const ATime: TFloatTime; const ALoop: boolean); |
Set which animation and animation frame to display.
|
Properties
 |
property Time: TFloatTime read FTime; |
Time within the ResourceAnimation.
|
 |
property Loop: boolean read FLoop; |
Should we loop within ResourceAnimation.
|
Generated by PasDoc 0.15.0.
|