Toggle the navigation pane
Add to Favorites
Home: Autodesk 3ds Max SDK Documentation
Share
Translate this page
Powered by
Microsoft® Translator
IGizmoBuffer Class Reference
Main Page
Public Member Functions
|
Public Attributes
IGizmoBuffer Class Reference
Search for all occurrences
#include <iskin.h>
Inheritance diagram for IGizmoBuffer:
Class Description
See also:
Class
GizmoClass
Description:
This class is used to copy and paste gizmo buffers. It is passed to the Gizmo Class which news and instance of its buffer and fills out it ClassID.
Data Members:
Class_ID
cid;
The Class ID of the gizmo.
Public Member Functions
virtual
~IGizmoBuffer
()
virtual void
DeleteThis
()=0
Public Attributes
Class_ID
cid
Constructor & Destructor Documentation
virtual ~
IGizmoBuffer
(
)
[inline, virtual]
Remarks:
Destructor.
{}
Member Function Documentation
virtual void DeleteThis
(
)
[pure virtual]
Search for all occurrences
Remarks:
Delete the instance.
Default Implementation:
{ delete this; }
Member Data Documentation
Class_ID
cid
Search for all occurrences