C# Class Fusion.Engine.Graphics.TextureMapAttribute

Inheritance: System.Attribute
Show file Open project: demiurghg/FusionEngine

Public Properties

Property Type Description
Default string
SRgb bool
Slot int

Public Methods

Method Description
TextureMapAttribute ( int slot, string defaultPath, bool srgb ) : System

Method Details

TextureMapAttribute() public method

public TextureMapAttribute ( int slot, string defaultPath, bool srgb ) : System
slot int
defaultPath string
srgb bool
return System

Property Details

Default public property

public string Default
return string

SRgb public property

public bool SRgb
return bool

Slot public property

public int Slot
return int