Show / Hide Table of Contents

Class QuadraticCurve

Inheritance
System.Object
QuadraticCurve
Implements
IUtilityCurve
Namespace: Content.Server.NPC.Queries.Curves
Assembly: Content.Server.dll
Syntax
public sealed class QuadraticCurve : object, IUtilityCurve

Fields

| Improve this Doc View Source

Exponent

Declaration
public float Exponent
Field Value
Type Description
System.Single
| Improve this Doc View Source

Slope

Declaration
public float Slope
Field Value
Type Description
System.Single
| Improve this Doc View Source

XOffset

Declaration
public float XOffset
Field Value
Type Description
System.Single
| Improve this Doc View Source

YOffset

Declaration
public float YOffset
Field Value
Type Description
System.Single

Implements

IUtilityCurve
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾