Example #1
0
 private static void SetInputWeightFromIndexInternal(ref PlayableHandle playable, int index, float weight)
 {
     PlayableHandle.INTERNAL_CALL_SetInputWeightFromIndexInternal(ref playable, index, weight);
 }