Table of Contents

Class SpaceFillingCurvesExample

Namespace
Gamelogic.Grids2.Examples
Assembly
Assembly-CSharp.dll
public class SpaceFillingCurvesExample : GLMonoBehaviour
Inheritance
SpaceFillingCurvesExample
Inherited Members
MonoBehaviour.IsInvoking()
MonoBehaviour.StopCoroutine(Coroutine)
MonoBehaviour.StopAllCoroutines()
MonoBehaviour.runInEditMode
Component.GetComponent<T>()
Component.GetComponentInChildren<T>()
Component.GetComponentsInChildren<T>()
Component.GetComponentsInParent<T>()
Component.transform
Component.gameObject
Component.tag
Object.Instantiate(Object, Vector3, Quaternion)
Object.Instantiate(Object)
Object.Instantiate(Object, Transform)
Object.Instantiate<T>(T)
Object.Instantiate<T>(T, Vector3, Quaternion)
Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
Object.Instantiate<T>(T, Transform)
Object.Destroy(Object)
Object.DestroyImmediate(Object)
Object.DestroyObject(Object)
Object.FindObjectsOfType<T>()
Object.name
Object.hideFlags

Fields

arrowMarker

public GameObject arrowMarker

Field Value

GameObject

coloringType

[Header("Coloring")]
public SpaceFillingCurvesExample.ColoringType coloringType

Field Value

SpaceFillingCurvesExample.ColoringType

count

[Range(0, 1)]
[Comment("Count is normalized, it means that:\n0 is 0 points\n1 is a constant maxPoints for a given curve", "")]
public float count

Field Value

float

curve

[Header("Runtime tweakables")]
public SpaceFillingCurvesExample.CurveType curve

Field Value

SpaceFillingCurvesExample.CurveType

gradient

public Gradient gradient

Field Value

Gradient

markerType

[Header("Markers")]
public SpaceFillingCurvesExample.MarkerType markerType

Field Value

SpaceFillingCurvesExample.MarkerType

spriteMarker

public GameObject spriteMarker

Field Value

GameObject

Methods

Generate()

public void Generate()

Start()

public void Start()

Update()

public void Update()

UpdateCurvePoints()

public void UpdateCurvePoints()

UpdateMarkers()

public void UpdateMarkers()