C# Class Axiom.SceneManagers.Bsp.ShaderPass

Show file 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 property

public TextureAddressing addressMode
return TextureAddressing

alphaFunc public property

public CompareFunction alphaFunc
return CompareFunction

alphaVal public property

public byte alphaVal
return byte

animFps public property

public float animFps
return float

animNumFrames public property

public int animNumFrames
return int

blend public property

public LayerBlendOperation blend
return LayerBlendOperation

blendDest public property

public SceneBlendFactor blendDest
return SceneBlendFactor

blendSrc public property

public SceneBlendFactor blendSrc
return SceneBlendFactor

customBlend public property

public bool customBlend
return bool

depthFunc public property

public CompareFunction depthFunc
return CompareFunction

flags public property

public uint flags
return uint

frames public property

public string[] frames
return string[]

rgbGenFunc public property

public ShaderGen rgbGenFunc
return ShaderGen

rgbGenParams public property

public float[] rgbGenParams
return float[]

rgbGenWave public property

public ShaderWaveType rgbGenWave
return ShaderWaveType

tcModRotate public property

public float tcModRotate
return float

tcModScale public property

public float[] tcModScale
return float[]

tcModScroll public property

public float[] tcModScroll
return float[]

tcModStretchParams public property

public float[] tcModStretchParams
return float[]

tcModStretchWave public property

public ShaderWaveType tcModStretchWave
return ShaderWaveType

tcModTransform public property

public float[] tcModTransform
return float[]

tcModTurb public property

public float[] tcModTurb
return float[]

tcModTurbOn public property

public bool tcModTurbOn
return bool

texGen public property

public ShaderTextureGen texGen
return ShaderTextureGen

textureName public property

public string textureName
return string