Enum SplineInstantiate.Method
Describe the possible methods to instantiate instances along the spline.
Namespace: Global Namespace
Syntax
public enum Method : int
Fields
Name | Description | Value |
---|---|---|
InstanceCount | Use exact number of instances. |
|
LinearDistance | Use distance in straight line between 2 instances. |
|
SpacingDistance | Use distance along the spline between 2 instances. |