11-22-2024, 05:26 PM
Hello,
I am creating a SplineController and trying to set the Connection behavior. I get an error that 'SplineController' does not contain a definition for 'ConnectionBehaviors', although the API documentation has it. Is the syntax wrong?
Thank you!
I am creating a SplineController and trying to set the Connection behavior.
Code:
splineController.ConnectionBehavior = SplineController.ConnectionBehaviors.RandomSpline;
Thank you!