Click or drag to resize

Uniform.SetValue Method

Overload List
  NameDescription
Public methodSetValue(Matrix2)
Sets the value of the uniform.
Public methodSetValue(Matrix3)
Sets the value of the uniform.
Public methodSetValue(Matrix4)
Sets the value of the uniform.
Public methodSetValue(Vector2)
Sets the value of the uniform.
Public methodSetValue(Vector2)
Sets the value of the uniform.
Public methodSetValue(Vector3)
Sets the value of the uniform.
Public methodSetValue(Vector3)
Sets the value of the uniform.
Public methodSetValue(Vector4)
Sets the value of the uniform.
Public methodSetValue(Vector4)
Sets the value of the uniform.
Public methodSetValue(Int32)
Sets the value of the uniform.
Public methodSetValue(Single)
Sets the value of the uniform.
Public methodSetValue(Int32, Int32)
Sets the individual elements of a uniform containing two integer values.
Public methodSetValue(Single, Single)
Sets the individual elements of a uniform or type Vector2.
Public methodSetValue(Int32, Int32, Int32)
Sets the individual elements of a uniform containing three integer values.
Public methodSetValue(Single, Single, Single)
Sets the individual elements of a uniform or type Vector3.
Public methodSetValue(Int32, Int32, Int32, Int32)
Sets the individual elements of a uniform containing four integer values.
Public methodSetValue(Single, Single, Single, Single)
Sets the individual elements of a uniform or type Vector4.
Top
See Also