示例#1
0
    //===========================================================================================

    /**
     *  @brief Same as above except for right foot.
     *
     *********************************************************************************************/
    public void NotifyRightFootStep(ref FootStepData a_stepData)
    {
    }
示例#2
0
    //===========================================================================================

    /**
     *  @brief If you have tagged any left footsteps in you animation set on the utility timeline
     *  then they will be triggered at runtime which will call this function. This passes footstep
     *  data which has some information about the footsteps.
     *
     *  The footstep meta data is currently not customizable in version 1.5b but it may be later.
     *
     *
     *********************************************************************************************/
    public void NotifyLeftFootStep(ref FootStepData a_stepData)
    {
    }