C# Class ColladaXna.Base.Materials.ShaderProperty

Defines complex material properties as a shader program and its parameter bindings. Available vertex data like position, normal, texture coordinates etc. are automatically passed to the shader via their respective semantics.
Inheritance: MaterialProperty
Mostra file Open project: Bunkerbewohner/ColladaXna

Public Methods

Method Description
GetValue ( ) : Object

Method Details

GetValue() public method

public GetValue ( ) : Object
return Object