BindVertexInput

BindVertexInput class

绑定顶点输入。 bind_vertex_input 元素在实例化时将顶点输入绑定到效果参数。

public class BindVertexInput : ColladaElement

构造函数

姓名描述
BindVertexInput()默认构造函数。

特性

姓名描述
InputSemantic { get; set; }获取或设置输入语义。 input_semantic 属性指定要绑定的输入语义。
InputSet { get; set; }获取或设置输入集。 input_set 属性指定要绑定的输入集。
InputSetSpecified { get; set; }获取或设置是否指定输入集的值。
Semantic { get; set; }获取或设置语义。 语义属性指定绑定哪个效果参数。

也可以看看