Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions
DCClassParameter Class Reference

This represents a class (or struct) object used as a parameter itself. More...

Inheritance diagram for DCClassParameter:
DCParameter DCField DCPackerInterface DCKeywordList

List of all members.

Public Member Functions

DCClass const getClass ()
 Returns the class object this parameter represents.

Detailed Description

This represents a class (or struct) object used as a parameter itself.

This means that all the fields of the class get packed into the message.


Member Function Documentation

DCClass const getClass ( )

Returns the class object this parameter represents.

Reimplemented from DCField.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties