Uses of Class
org.blender.dna.AlembicObjectPath
-
Packages that use AlembicObjectPath Package Description org.blender.dna -
-
Uses of AlembicObjectPath in org.blender.dna
Methods in org.blender.dna that return types with arguments of type AlembicObjectPath Modifier and Type Method Description CPointer<AlembicObjectPath>
AlembicObjectPath. __io__addressof()
Instantiates a pointer on this instance.CPointer<AlembicObjectPath>
AlembicObjectPath. getNext()
Get method for struct member 'next'.CPointer<AlembicObjectPath>
AlembicObjectPath. getPrev()
Get method for struct member 'prev'.Method parameters in org.blender.dna with type arguments of type AlembicObjectPath Modifier and Type Method Description void
AlembicObjectPath. setNext(CPointer<AlembicObjectPath> next)
Set method for struct member 'next'.void
AlembicObjectPath. setPrev(CPointer<AlembicObjectPath> prev)
Set method for struct member 'prev'.Constructors in org.blender.dna with parameters of type AlembicObjectPath Constructor Description AlembicObjectPath(AlembicObjectPath that)
-