Package | Description |
---|---|
org.blender.dna | |
org.blender.utils |
Modifier and Type | Method and Description |
---|---|
CPointer<Key> |
Key.__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<Key> |
Mesh.getKey()
Get method for struct member 'key'.
|
CPointer<Key> |
Curve.getKey()
Get method for struct member 'key'.
|
CPointer<Key> |
Lattice.getKey()
Get method for struct member 'key'.
|
Modifier and Type | Method and Description |
---|---|
void |
Mesh.setKey(CPointer<Key> key)
Set method for struct member 'key'.
|
void |
Curve.setKey(CPointer<Key> key)
Set method for struct member 'key'.
|
void |
Lattice.setKey(CPointer<Key> key)
Set method for struct member 'key'.
|
Constructor and Description |
---|
Key(Key that) |
Modifier and Type | Method and Description |
---|---|
Key |
MainLib.getKey()
See
Key for documentation. |
Modifier and Type | Method and Description |
---|---|
void |
MainLib.setKey(Key key)
See
Key for documentation. |