C# Class Fusion.Engine.Graphics.TextureMapAttribute

Inheritance: System.Attribute
Mostra 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_oe property

public string Default
return string

SRgb public_oe property

public bool SRgb
return bool

Slot public_oe property

public int Slot
return int