PXV_3DObjType Enumeration

From PDF XChange PDF SDK
Revision as of 00:55, 20 May 2018 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Specifies the ...

Syntax

enum PXV_3DObjType
{
    PXV_3DObj_Unknown   = 0,
    PXV_3DObj_Scene     = 1,
    PXV_3DObj_Node      = 2,
    PXV_3DObj_Mesh      = 3,
    PXV_3DObj_Light     = 4,
    PXV_3DObj_Material  = 5,
    PXV_3DObj_Camera    = 6,
    PXV_3DObj_Animation = 7,
};

Constants

PXV_3DObj_Unknown
The ...
PXV_3DObj_Scene
The ...
PXV_3DObj_Node
The ...
PXV_3DObj_Mesh
The ...
PXV_3DObj_Light
The ...
PXV_3DObj_Material
The ...
PXV_3DObj_Camera
The ...
PXV_3DObj_Animation
The ...

See Also

IPXV_3DObj::Type