Click or drag to resize

InvertVector3Operation Class

Inverts a Vector3 data value.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Core.PresentationDataProvider
              Slash.Unity.DataBind.Foundation.Providers.OperationsInvertOperationVector3
                Slash.Unity.DataBind.Foundation.Providers.OperationsInvertVector3Operation

Namespace:  Slash.Unity.DataBind.Foundation.Providers.Operations
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class InvertVector3Operation : InvertOperation<Vector3>

The InvertVector3Operation type exposes the following members.

Constructors
  NameDescription
Public methodInvertVector3Operation
Initializes a new instance of the InvertVector3Operation class
Top
Methods
See Also