Uses of Class
org.blender.dna.HairKey
-
Packages that use HairKey Package Description org.blender.dna -
-
Uses of HairKey in org.blender.dna
Methods in org.blender.dna that return types with arguments of type HairKey Modifier and Type Method Description CPointer<HairKey>
HairKey. __io__addressof()
Instantiates a pointer on this instance.CPointer<HairKey>
ParticleData. getHair()
Get method for struct member 'hair'.Method parameters in org.blender.dna with type arguments of type HairKey Modifier and Type Method Description void
ParticleData. setHair(CPointer<HairKey> hair)
Set method for struct member 'hair'.Constructors in org.blender.dna with parameters of type HairKey Constructor Description HairKey(HairKey that)
-