Castor3D 0.16.0
Multiplatform 3D engine
Classes | Namespaces
AnimationModule.hpp File Reference

Classes

struct  castor3d::GroupAnimation
 
struct  castor3d::PtrCacheTraitsT< AnimatedObjectGroup, castor::String >
 

Namespaces

namespace  castor3d
 
namespace  castor
 

Functions

Frame
 castor3d::CU_DeclareSmartPtr (castor3d, FrameListenerCache, C3D_API)
 

SceneNode

using castor3d::GroupAnimationMap = castor::StringMap< GroupAnimation >
 
using castor3d::Animable = AnimableT< Engine >
 
using castor3d::Animation = AnimationT< Engine >
 
using castor3d::OnAnimatedSkeletonChangeFunction = castor::Function< void( AnimatedObjectGroup const &, AnimatedSkeleton & ) >
 
using castor3d::OnAnimatedSkeletonChange = castor::SignalT< OnAnimatedSkeletonChangeFunction >
 
using castor3d::OnAnimatedSkeletonChangeConnection = OnAnimatedSkeletonChange::connection
 
using castor3d::OnAnimatedMeshChangeFunction = castor::Function< void( AnimatedObjectGroup const &, AnimatedMesh & ) >
 
using castor3d::OnAnimatedMeshChange = castor::SignalT< OnAnimatedMeshChangeFunction >
 
using castor3d::OnAnimatedMeshChangeConnection = OnAnimatedMeshChange::connection
 
using castor3d::OnAnimatedTextureChangeFunction = castor::Function< void( AnimatedObjectGroup const &, AnimatedTexture & ) >
 
using castor3d::OnAnimatedTextureChange = castor::SignalT< OnAnimatedTextureChangeFunction >
 
using castor3d::OnAnimatedTextureChangeConnection = OnAnimatedTextureChange::connection
 
using castor3d::OnAnimatedSceneNodeChangeFunction = castor::Function< void( AnimatedObjectGroup const &, AnimatedSceneNode & ) >
 
using castor3d::OnAnimatedSceneNodeChange = castor::SignalT< OnAnimatedSceneNodeChangeFunction >
 
using castor3d::OnAnimatedSceneNodeChangeConnection = OnAnimatedSceneNodeChange::connection
 
using castor3d::AnimatedObjectGroupCacheTraits = PtrCacheTraitsT< AnimatedObjectGroup, castor::String >
 
using castor3d::AnimatedObjectGroupCache
 
using castor3d::AnimatedObjectGroupRes = AnimatedObjectGroupCacheTraits::ElementPtrT
 
using castor3d::AnimatedObjectGroupResPtr = AnimatedObjectGroupCacheTraits::ElementObsT
 
 castor3d::CU_DeclareSmartPtr (castor3d, SceneNodeAnimation, C3D_API)
 
 castor3d::CU_DeclareSmartPtr (castor3d, SceneNodeAnimationKeyFrame, C3D_API)
 
 castor3d::CU_DeclareSmartPtr (castor3d, Animable, C3D_API)
 
 castor3d::CU_DeclareSmartPtr (castor3d, AnimatedObjectGroup, C3D_API)
 
 castor3d::CU_DeclareSmartPtr (castor3d, AnimatedMesh, C3D_API)
 
 castor3d::CU_DeclareSmartPtr (castor3d, AnimatedObject, C3D_API)
 
 castor3d::CU_DeclareSmartPtr (castor3d, AnimatedSceneNode, C3D_API)
 
 castor3d::CU_DeclareSmartPtr (castor3d, AnimatedSkeleton, C3D_API)
 
 castor3d::CU_DeclareSmartPtr (castor3d, AnimatedTexture, C3D_API)
 
 castor3d::CU_DeclareSmartPtr (castor3d, Animation, C3D_API)
 
 castor3d::CU_DeclareSmartPtr (castor3d, AnimationInstance, C3D_API)
 
 castor3d::CU_DeclareTemplateSmartPtr (castor3d, Animable)