C# Class Axiom.SceneManagers.Bsp.ShaderPass

Datei anzeigen Open project: mono-soc-2011/axiom Class Usage Examples

Public Properties

Property Type Description
addressMode TextureAddressing
alphaFunc CompareFunction
alphaVal byte
animFps float
animNumFrames int
blend LayerBlendOperation
blendDest SceneBlendFactor
blendSrc SceneBlendFactor
customBlend bool
depthFunc CompareFunction
flags uint
frames string[]
rgbGenFunc ShaderGen
rgbGenParams float[]
rgbGenWave ShaderWaveType
tcModRotate float
tcModScale float[]
tcModScroll float[]
tcModStretchParams float[]
tcModStretchWave ShaderWaveType
tcModTransform float[]
tcModTurb float[]
tcModTurbOn bool
texGen ShaderTextureGen
textureName string

Property Details

addressMode public_oe property

public TextureAddressing addressMode
return TextureAddressing

alphaFunc public_oe property

public CompareFunction alphaFunc
return CompareFunction

alphaVal public_oe property

public byte alphaVal
return byte

animFps public_oe property

public float animFps
return float

animNumFrames public_oe property

public int animNumFrames
return int

blend public_oe property

public LayerBlendOperation blend
return LayerBlendOperation

blendDest public_oe property

public SceneBlendFactor blendDest
return SceneBlendFactor

blendSrc public_oe property

public SceneBlendFactor blendSrc
return SceneBlendFactor

customBlend public_oe property

public bool customBlend
return bool

depthFunc public_oe property

public CompareFunction depthFunc
return CompareFunction

flags public_oe property

public uint flags
return uint

frames public_oe property

public string[] frames
return string[]

rgbGenFunc public_oe property

public ShaderGen rgbGenFunc
return ShaderGen

rgbGenParams public_oe property

public float[] rgbGenParams
return float[]

rgbGenWave public_oe property

public ShaderWaveType rgbGenWave
return ShaderWaveType

tcModRotate public_oe property

public float tcModRotate
return float

tcModScale public_oe property

public float[] tcModScale
return float[]

tcModScroll public_oe property

public float[] tcModScroll
return float[]

tcModStretchParams public_oe property

public float[] tcModStretchParams
return float[]

tcModStretchWave public_oe property

public ShaderWaveType tcModStretchWave
return ShaderWaveType

tcModTransform public_oe property

public float[] tcModTransform
return float[]

tcModTurb public_oe property

public float[] tcModTurb
return float[]

tcModTurbOn public_oe property

public bool tcModTurbOn
return bool

texGen public_oe property

public ShaderTextureGen texGen
return ShaderTextureGen

textureName public_oe property

public string textureName
return string