ProceduralPropertyDescription 程序属性描述
Describes a Procedural property.
描述一个程序属性。
参见:ProceduralMaterial.GetProceduralPropertyDescriptions.
Variables变量
-
The name of the Procedural property. Used to get and set the values.
程序属性的名称。用来获取和设置值。 -
The ProceduralPropertyType describes what type of property this is.
ProceduralPropertyType描述这个属性的类型。 -
If true, the Float or Vector property is constrained to values within a specified range.
如果true,该浮点数或向量属性包含在指定范围的值。 -
If hasRange is true, minimum specifies the minimum allowed value for this Float or Vector property.
如果hasRange为true,minimum为这个浮点数或向量属性指定最小允许的值。 -
If hasRange is true, maximum specifies the maximum allowed value for this Float or Vector property.
如果hasRange为true,minimum为这个浮点数或向量属性指定最大允许的值。 -
Specifies the step size of this Float or Vector property. Zero is no step.
指定这个浮点数或向量属性的步大小。0为没有步。 -
The available options for a Procedural property of type Enum.
用于一个枚举类型的程序属性,可用的选项。
最后修改:2011年9月12日 Monday 10:05