C# Class Fusion.Engine.Graphics.TextureMapAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: demiurghg/FusionEngine

Méthodes publiques

Свойство Type Description
Default string
SRgb bool
Slot int

Méthodes publiques

Méthode Description
TextureMapAttribute ( int slot, string defaultPath, bool srgb ) : System

Method Details

TextureMapAttribute() public méthode

public TextureMapAttribute ( int slot, string defaultPath, bool srgb ) : System
slot int
defaultPath string
srgb bool
Résultat System

Property Details

Default public_oe property

public string Default
Résultat string

SRgb public_oe property

public bool SRgb
Résultat bool

Slot public_oe property

public int Slot
Résultat int