Click or drag to resize

MaterialFloatPropertySetter Class

Setter for a float property of a material.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Foundation.SettersSingleSetter
              Slash.Unity.DataBind.Foundation.SettersSingleSetterSingle
                Slash.Unity.DataBind.Foundation.SettersMaterialFloatPropertySetter

Namespace:  Slash.Unity.DataBind.Foundation.Setters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class MaterialFloatPropertySetter : SingleSetter<float>

The MaterialFloatPropertySetter type exposes the following members.

Constructors
  NameDescription
Public methodMaterialFloatPropertySetter
Initializes a new instance of the MaterialFloatPropertySetter class
Top
Methods
Fields
  NameDescription
Public fieldMaterial
Material to set property for.
Public fieldPropertyName
Name of property to set.
Top
See Also