Torque3D Documentation / _generateds / afxBillboardData

afxBillboardData

Engine/source/afx/ce/afxBillboard.h

More...

Public Types

enum
BlendStyle {
  BlendUndefined 
  BlendNormal 
  BlendAdditive 
  BlendSubtractive 
  BlendPremultAlpha 
  BlendUser 
}

Private Types

Parent 

Public Functions

bool
preload(bool server, String & errorStr)

Called to prepare the datablock for use, after it has been unpacked.

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

Public Static Functions

initPersistFields()