Class TPlayAnimationParameters
Unit
Declaration
type TPlayAnimationParameters = class(TObject)
Description
Parameters to use when playing animation, see TCastleSceneCore.PlayAnimation.
Design note: This is a class, not e.g. an advanced record. This way is has always sensible defaults. You will usually create and quickly destroy it around the TCastleSceneCore.PlayAnimation call. Don't worry, time of creation/destruction of it really doesn't matter in practice, thanks to fast FPC memory allocator.
Source: scene/castlescenecore.pas (line 271).
Hierarchy
- TObject
- TPlayAnimationParameters
Generated by PasDoc 0.17.0.snapshot.