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