Uses of Class
org.blender.dna.CharInfo
-
Packages that use CharInfo Package Description org.blender.dna -
-
Uses of CharInfo in org.blender.dna
Methods in org.blender.dna that return CharInfo Modifier and Type Method Description CharInfo
Curve. getCurinfo()
Get method for struct member 'curinfo'.Methods in org.blender.dna that return types with arguments of type CharInfo Modifier and Type Method Description CPointer<CharInfo>
CharInfo. __io__addressof()
Instantiates a pointer on this instance.CPointer<CharInfo>
Curve. getStrinfo()
Get method for struct member 'strinfo'.Methods in org.blender.dna with parameters of type CharInfo Modifier and Type Method Description void
Curve. setCurinfo(CharInfo curinfo)
Set method for struct member 'curinfo'.Method parameters in org.blender.dna with type arguments of type CharInfo Modifier and Type Method Description void
Curve. setStrinfo(CPointer<CharInfo> strinfo)
Set method for struct member 'strinfo'.Constructors in org.blender.dna with parameters of type CharInfo Constructor Description CharInfo(CharInfo that)
-