Uses of Class
org.blender.dna.Key
-
Packages that use Key Package Description org.blender.dna org.blender.utils -
-
Uses of Key in org.blender.dna
Methods in org.blender.dna that return types with arguments of type Key Modifier and Type Method Description CPointer<Key>
Key. __io__addressof()
Instantiates a pointer on this instance.CPointer<Key>
Curve. getKey()
Get method for struct member 'key'.CPointer<Key>
Lattice. getKey()
Get method for struct member 'key'.CPointer<Key>
Mesh. getKey()
Get method for struct member 'key'.Method parameters in org.blender.dna with type arguments of type Key Modifier and Type Method Description void
Curve. setKey(CPointer<Key> key)
Set method for struct member 'key'.void
Lattice. setKey(CPointer<Key> key)
Set method for struct member 'key'.void
Mesh. setKey(CPointer<Key> key)
Set method for struct member 'key'.Constructors in org.blender.dna with parameters of type Key Constructor Description Key(Key that)
-
Uses of Key in org.blender.utils
Methods in org.blender.utils that return Key Modifier and Type Method Description Key
MainLib. getKey()
SeeKey
for documentation.Methods in org.blender.utils with parameters of type Key Modifier and Type Method Description void
MainLib. setKey(Key key)
SeeKey
for documentation.
-