C# Class GraphInitializer, function-graph

Builds the graph
Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

public float minPointLength
return float

pointPrefab public_oe property

public Transform, pointPrefab
return Transform,

resolution public_oe property

public int resolution
return int