Click or drag to resize

ResponseCurveVector2 Class

A response curve with outputs of Vector2.
Inheritance Hierarchy
SystemObject
  Gamelogic.Extensions.AlgorithmsResponseCurveBaseVector2
    Gamelogic.Extensions.AlgorithmsResponseCurveVector2

Namespace:  Gamelogic.Extensions.Algorithms
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[VersionAttribute(1, 2, 0)]
public class ResponseCurveVector2 : ResponseCurveBase<Vector2>

The ResponseCurveVector2 type exposes the following members.

Constructors
  NameDescription
Public methodResponseCurveVector2
Top
Properties
Methods
Extension Methods
  NameDescription
Public Extension MethodThrowIfNull
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.)
Top
See Also