-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfbxdisplaylayer.sip
More file actions
25 lines (20 loc) · 807 Bytes
/
Copy pathfbxdisplaylayer.sip
File metadata and controls
25 lines (20 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
class FbxDisplayLayer : FbxCollectionExclusive /NoDefaultCtors/
{
public:
static FbxClassId ClassId;
static FbxDisplayLayer* Create(FbxManager *pManager, const char *pName);
virtual FbxClassId GetClassId() const;
static FbxDisplayLayer* Create(FbxObject *pContainer, const char *pName);
bool operator==(const FbxDisplayLayer & pObj);
FbxPropertyDouble3 Color;
FbxPropertyBool1 Show;
FbxPropertyBool1 Freeze;
FbxPropertyBool1 LODBox;
//////////////////////////////////////////////////////////////////////////
// Static values
//////////////////////////////////////////////////////////////////////////
// Default property values
static const FbxDouble3 sColorDefault;
protected:
virtual ~FbxDisplayLayer();
};