Camera Path Animator – Events GUI

Camera Path Animator
Events GUI

eventsBroadcast

Add Points allows you to click place new event points onto the path in the scene view.

Delete Points allows you to select points in the scene to delete.

Custom Point Name specifies a custom name to display in reference to this point.

Event Type you can pick either broadcast or call. Broadcast sends out a C# event with a custom string for identification. Coll allows you to call functions using Unity’s Send Message function.

Event Name is the string used in the event.

 

 

eventsCall

 

Event Target is the GameObject you’re targeting to send the call.

Event Call is the function name you wish to target.

 

Comments are closed.