Hello everyone,
I’m looking for a way to start Trigger
component.
My intention is : when my Boolean Toggle
is False,
point should move with the vector that I assigned in the C# script repeatedly.
I also want to notice that I’m following a C# workshop lecture by Long Nguyen You can see the same script here : (https://www.youtube.com/watch?v=urWRRpy1fCw, at 1:14:24)
The difference is that he’s using a Timer
component, but I found out that that it merged with another object called Trigger
which I’m trying to handle with. (Where can I find Timer component?)
I’m also attaching a file.
trigger_timer_question_210916.gh (4.9 KB)
This might be very basic question, but it would be very helpful if you could answer!
Thanks in advance.
Best.
(c.f The reason why C# script file looks so simple is that I’m using mac OS.)