C# 클래스 Fusion.Engine.Graphics.TextureMapAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: demiurghg/FusionEngine

공개 프로퍼티들

프로퍼티 타입 설명
Default string
SRgb bool
Slot int

공개 메소드들

메소드 설명
TextureMapAttribute ( int slot, string defaultPath, bool srgb ) : System

메소드 상세

TextureMapAttribute() 공개 메소드

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

프로퍼티 상세

Default 공개적으로 프로퍼티

public string Default
리턴 string

SRgb 공개적으로 프로퍼티

public bool SRgb
리턴 bool

Slot 공개적으로 프로퍼티

public int Slot
리턴 int