Uses of Class
org.robovm.apple.modelio.MDLVertexAttributeName
| Package | Description |
|---|---|
| org.robovm.apple.modelio |
-
Uses of MDLVertexAttributeName in org.robovm.apple.modelio
Fields in org.robovm.apple.modelio declared as MDLVertexAttributeName Modifier and Type Field Description static MDLVertexAttributeNameMDLVertexAttributeName. Anisotropystatic MDLVertexAttributeNameMDLVertexAttributeName. Binormalstatic MDLVertexAttributeNameMDLVertexAttributeName. Bitangentstatic MDLVertexAttributeNameMDLVertexAttributeName. Colorstatic MDLVertexAttributeNameMDLVertexAttributeName. EdgeCreasestatic MDLVertexAttributeNameMDLVertexAttributeName. JointIndicesstatic MDLVertexAttributeNameMDLVertexAttributeName. JointWeightsstatic MDLVertexAttributeNameMDLVertexAttributeName. Normalstatic MDLVertexAttributeNameMDLVertexAttributeName. OcclusionValuestatic MDLVertexAttributeNameMDLVertexAttributeName. Positionstatic MDLVertexAttributeNameMDLVertexAttributeName. ShadingBasisUstatic MDLVertexAttributeNameMDLVertexAttributeName. ShadingBasisVstatic MDLVertexAttributeNameMDLVertexAttributeName. SubdivisionStencilstatic MDLVertexAttributeNameMDLVertexAttributeName. Tangentstatic MDLVertexAttributeNameMDLVertexAttributeName. TextureCoordinateMethods in org.robovm.apple.modelio that return MDLVertexAttributeName Modifier and Type Method Description static MDLVertexAttributeNameMDLVertexAttributeName.Marshaler. toObject(Class<MDLVertexAttributeName> cls, long handle, long flags)static MDLVertexAttributeNameMDLVertexAttributeName. valueOf(NSString value)Methods in org.robovm.apple.modelio that return types with arguments of type MDLVertexAttributeName Modifier and Type Method Description static List<MDLVertexAttributeName>MDLVertexAttributeName.AsListMarshaler. toObject(Class<? extends NSObject> cls, long handle, long flags)Methods in org.robovm.apple.modelio with parameters of type MDLVertexAttributeName Modifier and Type Method Description MDLVertexAttributeMDLVertexDescriptor. getAttribute(MDLVertexAttributeName name)voidMDLVertexAttribute. setName(MDLVertexAttributeName name)static longMDLVertexAttributeName.Marshaler. toNative(MDLVertexAttributeName o, long flags)Method parameters in org.robovm.apple.modelio with type arguments of type MDLVertexAttributeName Modifier and Type Method Description static longMDLVertexAttributeName.AsListMarshaler. toNative(List<MDLVertexAttributeName> l, long flags)static MDLVertexAttributeNameMDLVertexAttributeName.Marshaler. toObject(Class<MDLVertexAttributeName> cls, long handle, long flags)Constructors in org.robovm.apple.modelio with parameters of type MDLVertexAttributeName Constructor Description MDLVertexAttribute(MDLVertexAttributeName name, MDLVertexFormat format, long offset, long bufferIndex)