MaterialChannel.Parameter

MaterialChannel.Parameter property

Gets or sets the Vector4 parameter of this channel. The meaning of the X, Y. Z and W depend on the type of channel.

[Obsolete("Use Parameters[]")]
public Vector4 Parameter { get; set; }

See Also