Interface IMaterialParameter

IMaterialParameter interface

public interface IMaterialParameter

Properties

NameDescription
IsDefault { get; }
Name { get; }
Value { get; set; }Gets or sets the value of this parameter. Valid types are SingleVector3 and Vector4
ValueType { get; }

See Also