called once when the component becomes active for the first time
Clear the input field if it's currently active
Deselect the input field, stop receiving keyboard input
Optional
called every time when the component gets enabled (this is invoked after awake and before start)
called when you decorate fields with the @validate() decorator
called on a component with a map of old to new guids (e.g. when instantiate generated new guids and e.g. timeline track bindings needs to remape them)
Select the input field, set it active to receive keyboard input
Generated using TypeDoc
called once when the component becomes active for the first time