Table of Contents

Class CurvySplineDefaultValues

Here you can find all the default values for CurvySpline's serialized fields. If you don't find a field here, this means that it's type's default value is the same than the field's default value, except for Interpolation which default value is user defined, see DefaultInterpolation

public static class CurvySplineDefaultValues
Inheritance
CurvySplineDefaultValues

Fields

AutoEndTangents

public const bool AutoEndTangents = true

Field Value

bool

AutoHandleDistance

public const float AutoHandleDistance = 0.39

Field Value

float

BSplineDegree

public const int BSplineDegree = 2

Field Value

int

CacheDensity

public const int CacheDensity = 50

Field Value

int

CheckTransform

public const bool CheckTransform = true

Field Value

bool

IsBSplineClamped

public const bool IsBSplineClamped = true

Field Value

bool

MaxPointsPerUnit

public const float MaxPointsPerUnit = 8

Field Value

float

Orientation

public const CurvyOrientation Orientation = Dynamic

Field Value

CurvyOrientation

UpdateIn

public const CurvyUpdateMethod UpdateIn = Update

Field Value

CurvyUpdateMethod

UsePooling

public const bool UsePooling = true

Field Value

bool