Detach this behavior from the GameObject it is attached to.
The GameObject to detach this behavior from.
Protected
notifyProtected
onProtected
onLike onEnable, but should only be for internal use, so some non-abstact direct behaviors could expose attachedOn to the user. AT THE END OF THIS FUNCTION, WE EXPECT this.data to be filled (and not undefined). This isn't an assertion becaus we support T as void.
The GameObject this behavior is attached to.
Protected
tickProtected
Called every frame. Override this method to add custom behavior.
The time in seconds since the last frame.
A behavior that contains logic to modify an owned data state object.