DCPackData

from panda3d.direct import DCPackData
class DCPackData

Bases:

This is a block of data that receives the results of DCPacker.

Inheritance diagram

Inheritance diagram of DCPackData

__init__()
__init__(param0: DCPackData)
clear()

Empties the contents of the data (without necessarily freeing its allocated memory).

get_length() int

Returns the current length of the buffer. This is the number of useful bytes stored in the buffer, not the amount of memory it takes up.

get_string() str

Returns the data buffer as a string. Also see get_data().