C# Class GraphInitializer, function-graph

Builds the graph
Inheritance: MonoBehaviour
Show file Open project: dbpienkowska/function-graph Class Usage Examples

Public Properties

Property Type Description
minPointLength float
pointPrefab Transform,
resolution int

Public Methods

Method Description
Initialize ( int domainLength ) : Transform[],

Method Details

Initialize() public abstract method

public abstract Initialize ( int domainLength ) : Transform[],
domainLength int
return Transform[],

Property Details

minPointLength public property

public float minPointLength
return float

pointPrefab public property

public Transform, pointPrefab
return Transform,

resolution public property

public int resolution
return int