afxBillboardData
Engine/source/afx/ce/afxBillboard.h
Public Types
enum
BlendStyle { BlendUndefined BlendNormal BlendAdditive BlendSubtractive BlendPremultAlpha BlendUser }
Private Types
Parent
Public Attributes
Public Functions
afxBillboardData(const afxBillboardData & , bool )
bool
DECLARE_CATEGORY("AFX" )
bool
unpackData(BitStream * )
Public Static Functions
Detailed Description
Public Types
BlendStyle
Enumerator
- BlendUndefined
- BlendNormal
- BlendAdditive
- BlendSubtractive
- BlendPremultAlpha
- BlendUser
Private Types
typedef GameBaseData Parent
Public Attributes
S32 blendStyle
LinearColorF color
Point2F dimensions
GFXBlend dstBlendFactor
GFXBlend srcBlendFactor
Point2F texCoords [4]
GFXTexHandle txr
StringTableEntry txr_name
Public Functions
afxBillboardData()
afxBillboardData(const afxBillboardData & , bool )
allowSubstitutions()
Reimplemented from: SimObject
DECLARE_CATEGORY("AFX" )
DECLARE_CONOBJECT(afxBillboardData )
packData(BitStream * )
Reimplemented from: SimDataBlock
preload(bool server, String & errorStr)
Reimplemented from: SimDataBlock
unpackData(BitStream * )
Reimplemented from: SimDataBlock