Click or drag to resize

ResponseCurveVector3 Class

A response curve with outputs of Vector3.
Inheritance Hierarchy
SystemObject
  Gamelogic.Extensions.AlgorithmsResponseCurveBaseVector3
    Gamelogic.Extensions.AlgorithmsResponseCurveVector3

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

The ResponseCurveVector3 type exposes the following members.

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