Struct assimp_sys::AiMaterialProperty [] [src]

pub struct AiMaterialProperty {
    pub key: AiString,
    pub semantic: c_uint,
    pub index: c_uint,
    pub data_length: c_uint,
    pub property_type: AiPropertyTypeInfo,
    pub data: *mut c_char,
}

Fields

key: AiString semantic: c_uint index: c_uint data_length: c_uint property_type: AiPropertyTypeInfo data: *mut c_char