Click or drag to resize

Vector3ToValueConverter Class

Provides a single component of a Vector3.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Core.PresentationDataProvider
              Slash.Unity.DataBind.Foundation.Providers.ConvertersDataConverter
                Slash.Unity.DataBind.Foundation.Providers.ConvertersDataConverterVector3, Single
                  Slash.Unity.DataBind.Foundation.Providers.ConvertersVector3ToValueConverter

Namespace:  Slash.Unity.DataBind.Foundation.Providers.Converters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class Vector3ToValueConverter : DataConverter<Vector3, float>

The Vector3ToValueConverter type exposes the following members.

Constructors
  NameDescription
Public methodVector3ToValueConverter
Initializes a new instance of the Vector3ToValueConverter class
Top
Methods
Fields
  NameDescription
Public fieldComponent
Component of vector to provide.
Top
See Also