Diligent Engine
Loading...
Searching...
No Matches
Diligent::IRadientSkinAsset Struct Referenceabstract

Immutable mapping from a mesh skin palette to a skeleton. More...

#include <RadientSkinning.h>

Inheritance diagram for Diligent::IRadientSkinAsset:
Diligent::IRadientAsset Diligent.IObject

Public Member Functions

virtual const RadientSkinDesc &DILIGENT_CALL_TYPE GetDesc () const =0
Public Member Functions inherited from Diligent::IRadientAsset
virtual const RadientAssetReference &DILIGENT_CALL_TYPE GetReference () const =0
 Returns the asset reference identity.
virtual RADIENT_ASSET_TYPE DILIGENT_CALL_TYPE GetType () const =0
 Returns the concrete asset type.
Public Member Functions inherited from Diligent.IObject
virtual void DILIGENT_CALL_TYPE QueryInterface (const INTERFACE_ID &IID, IObject **ppInterface)=0
 Queries the specific interface.
template<typename DerivedType, typename = typename std::enable_if<std::is_base_of<IObject, DerivedType>::value>::type>
void QueryInterface (const INTERFACE_ID &IID, DerivedType **ppInterface)
virtual ReferenceCounterValueType DILIGENT_CALL_TYPE AddRef ()=0
 Increments the number of strong references by 1.
virtual ReferenceCounterValueType DILIGENT_CALL_TYPE Release ()=0
virtual IReferenceCounters *DILIGENT_CALL_TYPE GetReferenceCounters () const =0

Detailed Description

Immutable mapping from a mesh skin palette to a skeleton.

Member Function Documentation

◆ GetDesc()

virtual const RadientSkinDesc &DILIGENT_CALL_TYPE Diligent::IRadientSkinAsset::GetDesc ( ) const
pure virtual

Returns the immutable skin description. The reference and all data it references remain valid for the lifetime of the skin.