C# Class SharpQuake.mtexinfo_t

Exibir arquivo Open project: Memorix101/SharpQuake Class Usage Examples

Public Properties

Property Type Description
flags int
mipadjust float
texture texture_t
vecs System.Vector4[]

Public Methods

Method Description
mtexinfo_t ( ) : System

Method Details

mtexinfo_t() public method

public mtexinfo_t ( ) : System
return System

Property Details

flags public_oe property

public int flags
return int

mipadjust public_oe property

public float mipadjust
return float

texture public_oe property

public texture_t,SharpQuake texture
return texture_t

vecs public_oe property

public Vector4[],System vecs
return System.Vector4[]