MaterialFlags Description [Flags] enum Tinman.Engine.Models.MaterialFlags Enumeration of material texture flags. Public / Constants None public constant None → (0:int32) No material texture flags. Extra public constant Extra → (1:int32) Use ModelVertexFormat.TextureCoordsExtra instead of ModelVertexFormat.TextureCoords? ClampU public constant ClampU → (2:int32) Clamp texture U-coordinates to 0..1? ClampV public constant ClampV → (4:int32) Clamp texture V-coordinates to 0..1? MirrorU public constant MirrorU → (8:int32) Mirror texture U-coordinates when wrapping? This flags is redundant if ClampU is present. MirrorV public constant MirrorV → (16:int32) Mirror texture V-coordinates when wrapping? This flags is redundant if ClampV is present. All public constant All → (31:int32) All material texture flags. Material MaterialPart