Click or drag to resize

MeshFilterSharedMeshProvider Class

Provides the shared mesh of a mesh filter.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Core.PresentationDataProvider
              Slash.Unity.DataBind.Foundation.Providers.GettersComponentDataProviderMeshFilter, Mesh
                Slash.Unity.DataBind.Foundation.Providers.GettersComponentPullDataProviderMeshFilter, Mesh
                  Slash.Unity.DataBind.Foundation.Providers.GettersMeshFilterSharedMeshProvider

Namespace:  Slash.Unity.DataBind.Foundation.Providers.Getters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class MeshFilterSharedMeshProvider : ComponentPullDataProvider<MeshFilter, Mesh>

The MeshFilterSharedMeshProvider type exposes the following members.

Constructors
  NameDescription
Public methodMeshFilterSharedMeshProvider
Initializes a new instance of the MeshFilterSharedMeshProvider class
Top
Methods
See Also