PXV_3DObjType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
Line 12: Line 12:
 
{
 
{
 
     PXV_3DObj_Unknown  = 0,
 
     PXV_3DObj_Unknown  = 0,
 +
    PXV_3DObj__first    = 1,
 
     PXV_3DObj_Scene    = 1,
 
     PXV_3DObj_Scene    = 1,
 
     PXV_3DObj_Node      = 2,
 
     PXV_3DObj_Node      = 2,
Line 24: Line 25:
 
== Constants ==
 
== Constants ==
 
;PXV_3DObj_Unknown
 
;PXV_3DObj_Unknown
 +
:The ...
 +
;PXV_3DObj__first
 
:The ...
 
:The ...
 
;PXV_3DObj_Scene
 
;PXV_3DObj_Scene

Latest revision as of 01:15, 23 July 2018


Specifies the ...

Syntax

enum PXV_3DObjType
{
    PXV_3DObj_Unknown   = 0,
    PXV_3DObj__first    = 1,
    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__first
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