Type Alias RnM2MaterialVariant

RnM2MaterialVariant: {
    material: number;
    materialObject: RnM2Material;
    variants: string[];
}