Click or drag to resize

ResponseCurveVector4 Class

A response curve with outputs of Vector4.
Inheritance Hierarchy
SystemObject
  Gamelogic.Extensions.AlgorithmsResponseCurveBaseVector4
    Gamelogic.Extensions.AlgorithmsResponseCurveVector4

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

The ResponseCurveVector4 type exposes the following members.

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