C# Class HaloMap.H2MetaContainers.ShaderInfo

The shader info.
Afficher le fichier Open project: troymac1ure/Entity Class Usage Examples

Méthodes publiques

Свойство Type Description
Alpha AlphaType
BitmapNames List
BitmapTextures Texture[]
Bitmaps List
BumpMapBitmap System.Drawing.Bitmap
BumpMapName string
BumpMapTexture Texture
CubeMapBitmap System.Drawing.Bitmap
CubeMapName string
CubeMapTexture Texture
MainBitmap System.Drawing.Bitmap
MainName string
MainTexture Texture
NormalMap Texture
TagIndex int
microdetailBitmap System.Drawing.Bitmap
microdetailName string
microdetailTexture Texture
microdetailuscale float
microdetailvscale float
microdetailwscale float
primarydetailBitmap System.Drawing.Bitmap
primarydetailName string
primarydetailTexture Texture
primarydetailuscale float
primarydetailvscale float
primarydetailwscale float
secondarydetailBitmap System.Drawing.Bitmap
secondarydetailName string
secondarydetailTexture Texture
secondarydetailuscale float
secondarydetailvscale float
secondarydetailwscale float
shaderName string

Méthodes publiques

Méthode Description
CEShaderInfo ( int TagIndex, Map map ) : void

The ce shader info.

CreateTexture ( Device &device, Bitmap bitmap ) : Texture

The create texture.

Dispose ( ) : void

The dispose.

H2ShaderInfo ( int TagIndex, Map map ) : void

The h 2 shader info.

KillBitmaps ( ) : void

The kill bitmaps.

MakeTextures ( Device &device ) : void

The make textures.

ShaderInfo ( ) : System

Initializes a new instance of the ShaderInfo class.

ShaderInfo ( int TagIndex, Map map ) : System

Initializes a new instance of the ShaderInfo class.

Method Details

CEShaderInfo() public méthode

The ce shader info.
public CEShaderInfo ( int TagIndex, Map map ) : void
TagIndex int The TagIndex.
map HaloMap.Map.Map The map.
Résultat void

CreateTexture() public static méthode

The create texture.
public static CreateTexture ( Device &device, Bitmap bitmap ) : Texture
device Device The device.
bitmap System.Drawing.Bitmap The bitmap.
Résultat Texture

Dispose() public méthode

The dispose.
public Dispose ( ) : void
Résultat void

H2ShaderInfo() public méthode

The h 2 shader info.
public H2ShaderInfo ( int TagIndex, Map map ) : void
TagIndex int The TagIndex.
map HaloMap.Map.Map The map.
Résultat void

KillBitmaps() public méthode

The kill bitmaps.
public KillBitmaps ( ) : void
Résultat void

MakeTextures() public méthode

The make textures.
public MakeTextures ( Device &device ) : void
device Device The device.
Résultat void

ShaderInfo() public méthode

Initializes a new instance of the ShaderInfo class.
public ShaderInfo ( ) : System
Résultat System

ShaderInfo() public méthode

Initializes a new instance of the ShaderInfo class.
public ShaderInfo ( int TagIndex, Map map ) : System
TagIndex int Index of the tag.
map HaloMap.Map.Map The map.
Résultat System

Property Details

Alpha public_oe property

The alpha.
public AlphaType Alpha
Résultat AlphaType

BitmapNames public_oe property

The bitmap names.
public List BitmapNames
Résultat List

BitmapTextures public_oe property

The bitmap textures.
public Texture[] BitmapTextures
Résultat Texture[]

Bitmaps public_oe property

The bitmaps.
public List Bitmaps
Résultat List

BumpMapBitmap public_oe property

The bump map bitmap.
public Bitmap,System.Drawing BumpMapBitmap
Résultat System.Drawing.Bitmap

BumpMapName public_oe property

The bump map name.
public string BumpMapName
Résultat string

BumpMapTexture public_oe property

The bump map texture.
public Texture BumpMapTexture
Résultat Texture

CubeMapBitmap public_oe property

The cube map bitmap.
public Bitmap,System.Drawing CubeMapBitmap
Résultat System.Drawing.Bitmap

CubeMapName public_oe property

The cube map name.
public string CubeMapName
Résultat string

CubeMapTexture public_oe property

The cube map texture.
public Texture CubeMapTexture
Résultat Texture

MainBitmap public_oe property

The main bitmap.
public Bitmap,System.Drawing MainBitmap
Résultat System.Drawing.Bitmap

MainName public_oe property

The main name.
public string MainName
Résultat string

MainTexture public_oe property

The main texture.
public Texture MainTexture
Résultat Texture

NormalMap public_oe property

The normal map.
public Texture NormalMap
Résultat Texture

TagIndex public_oe property

The TagIndex.
public int TagIndex
Résultat int

microdetailBitmap public_oe property

The microdetail bitmap.
public Bitmap,System.Drawing microdetailBitmap
Résultat System.Drawing.Bitmap

microdetailName public_oe property

The microdetail name.
public string microdetailName
Résultat string

microdetailTexture public_oe property

The microdetail texture.
public Texture microdetailTexture
Résultat Texture

microdetailuscale public_oe property

The microdetailuscale.
public float microdetailuscale
Résultat float

microdetailvscale public_oe property

The microdetailvscale.
public float microdetailvscale
Résultat float

microdetailwscale public_oe property

The microdetailwscale.
public float microdetailwscale
Résultat float

primarydetailBitmap public_oe property

The primarydetail bitmap.
public Bitmap,System.Drawing primarydetailBitmap
Résultat System.Drawing.Bitmap

primarydetailName public_oe property

The primarydetail name.
public string primarydetailName
Résultat string

primarydetailTexture public_oe property

The primarydetail texture.
public Texture primarydetailTexture
Résultat Texture

primarydetailuscale public_oe property

The primarydetailuscale.
public float primarydetailuscale
Résultat float

primarydetailvscale public_oe property

The primarydetailvscale.
public float primarydetailvscale
Résultat float

primarydetailwscale public_oe property

The primarydetailwscale.
public float primarydetailwscale
Résultat float

secondarydetailBitmap public_oe property

The secondarydetail bitmap.
public Bitmap,System.Drawing secondarydetailBitmap
Résultat System.Drawing.Bitmap

secondarydetailName public_oe property

The secondarydetail name.
public string secondarydetailName
Résultat string

secondarydetailTexture public_oe property

The secondarydetail texture.
public Texture secondarydetailTexture
Résultat Texture

secondarydetailuscale public_oe property

The secondarydetailuscale.
public float secondarydetailuscale
Résultat float

secondarydetailvscale public_oe property

The secondarydetailvscale.
public float secondarydetailvscale
Résultat float

secondarydetailwscale public_oe property

The secondarydetailwscale.
public float secondarydetailwscale
Résultat float

shaderName public_oe property

The shader name.
public string shaderName
Résultat string