DCKeywordList
from panda3d.direct import DCKeywordList
- class DCKeywordList
Bases:
This is a list of keywords (see
DCKeyword
) that may be set on a particular field.Inheritance diagram
- compareKeywords(other: DCKeywordList) bool
Returns true if this list has the same keywords as the other list, false if some keywords differ. Order is not considered important.
- getKeywordByName(name: str) DCKeyword
Returns the keyword in the list with the indicated name, or NULL if there is no keyword in the list with that name.