Click or drag to resize

MeshFilterMeshSetter Class

Sets the mesh of a mesh filter.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Foundation.SettersSingleSetter
              Slash.Unity.DataBind.Foundation.SettersSingleSetterMesh
                Slash.Unity.DataBind.Foundation.SettersComponentSingleSetterMeshFilter, Mesh
                  Slash.Unity.DataBind.Foundation.SettersMeshFilterMeshSetter

Namespace:  Slash.Unity.DataBind.Foundation.Setters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class MeshFilterMeshSetter : ComponentSingleSetter<MeshFilter, Mesh>

The MeshFilterMeshSetter type exposes the following members.

Constructors
  NameDescription
Public methodMeshFilterMeshSetter
Initializes a new instance of the MeshFilterMeshSetter class
Top
Methods
See Also