Uses of Class
org.cakelab.blender.io.dna.DNAType
-
Packages that use DNAType Package Description org.cakelab.blender.io.dna -
-
Uses of DNAType in org.cakelab.blender.io.dna
Methods in org.cakelab.blender.io.dna that return DNAType Modifier and Type Method Description DNAType
DNAField. getType()
DNAType
DNAModel. getType(short typeIndex)
DNAType
DNAStruct. getType()
Constructors in org.cakelab.blender.io.dna with parameters of type DNAType Constructor Description DNAField(int index, java.lang.String name, DNAType type)
DNAStruct(int sdnaIndex, DNAType type, short fields_len)
-