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