Fusion.Engine.Graphics.TextureMap.TextureMap C# (CSharp) Method

TextureMap() public method

public TextureMap ( ) : System
return System
		public TextureMap ()
		{
			Path		=	"";
			ScaleU		=	1;
			ScaleV		=	1;
			OffsetU		=	0;
			OffsetV		=	0;
			SRgb		=	false;
		}

Same methods

TextureMap::TextureMap ( string defaultTexture, bool srgb ) : System