Ejemplo n.º 1
0
 private static extern void set_facial_expression_callbacks(
     fnType_Vs set_expression_fn,
     fnType_S get_expression_fn,
     fnType_V clear_expression_fn,
     fnType_S list_epxresisons_fn,
     fnType_Vf set_expr_trans_time_fn,
     fnType_F get_expr_trans_time_fn
     );
Ejemplo n.º 2
0
 private static extern void set_anim_callbacks(
     fnType_Vs play_fn,
     fnType_I is_playing_fn,
     fnType_S get_playing_fn,
     fnType_S list_fn,
     fnType_V enable_ambient_fn,
     fnType_V disable_ambient_fn
     );
Ejemplo n.º 3
0
    private static extern void set_camera_callbacks(
        //fnType_F get_shot_fine_tune_percent_fn
        fnType_V set_next_camera_shot_fn,
        fnType_V set_previous_camera_shot_fn,
        fnType_S get_camera_shot_name_fn,
        fnType_Vs set_camera_shot_fn,
        fnType_Vf set_shot_fine_tune_percentage,
        fnType_F get_shot_fine_tune_percentage,
        fnType_S list_camera_shots_fn

        );