Vector3d#
Attribute Name |
Data Type |
Description |
---|---|---|
x |
float |
|
y |
float |
|
z |
float |
Associated Data Types#
Color#
Attribute Name |
Data Type |
Description |
---|---|---|
value |
str |
Value#
Attribute Name |
Data Type |
Description |
---|---|---|
null_value |
The kind of value. Represents a null value. |
|
int_value |
int |
Represents an integer value. |
double_value |
float |
Represents a double value. |
string_value |
str |
Represents a string value. |
bool_value |
bool |
Represents a boolean value. |
Associated Enums#
NullValue#
Name |
---|
NULL_VALUE |