- Home /
Question by
dazzle_jukka · Jun 16, 2017 at 07:56 AM ·
animatoranimator controlleranimationsanimationclipanimation events
Hiding non-public functions from Animation Event Window?
In our project we have a setup in which we are exposing certain public functions for artists to allow them to control audio, effects etc. However those scripts have also private and protected functions and properties (yes, the public functions need to have an access to those) that shouldn't be visible for the artists since there's a chance that firing one of those from an Animation Event might have some unwanted side effects.
So I'm just wondering that is in intentional that private and protected properties/functions are visible in the Animator Event Window and if so, is there any way to hide them?
Cheers!
Comment