Struct PreviewProperty
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Syntax
public struct PreviewProperty
Constructors
PreviewProperty(PropertyType)
Declaration
public PreviewProperty(PropertyType type)
Parameters
Properties
booleanValue
Declaration
public bool booleanValue { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
colorValue
Declaration
public Color colorValue { get; set; }
Property Value
cubemapValue
Declaration
public Cubemap cubemapValue { get; set; }
Property Value
floatValue
Declaration
public float floatValue { get; set; }
Property Value
Type |
Description |
System.Single |
|
gradientValue
Declaration
public Gradient gradientValue { get; set; }
Property Value
Type |
Description |
Gradient |
|
name
Declaration
public string name { get; set; }
Property Value
Type |
Description |
System.String |
|
propType
Declaration
public PropertyType propType { get; }
Property Value
textureValue
Declaration
public Texture textureValue { get; set; }
Property Value
vector4Value
Declaration
public Vector4 vector4Value { get; set; }
Property Value
Methods
SetMaterialPropertyBlockValue(MaterialPropertyBlock)
Declaration
public void SetMaterialPropertyBlockValue(MaterialPropertyBlock block)
Parameters
Type |
Name |
Description |
MaterialPropertyBlock |
block |
|