DCKeyword

from panda3d.direct import DCKeyword
class DCKeyword

Bases: DCDeclaration

This represents a single keyword declaration in the dc file. It is used to define a communication property associated with a field, for instance “broadcast” or “airecv”.

Inheritance diagram

Inheritance diagram of DCKeyword

__init__(*args, **kwargs)
getName()

C++ Interface: get_name(DCKeyword self)

/**
  • Returns the name of this keyword.

*/

get_name()

C++ Interface: get_name(DCKeyword self)

/**
  • Returns the name of this keyword.

*/