Exemplo n.º 1
0
 private static void SetInputWeightInternal(ref Playable playable, Playable input, float weight)
 {
     Playable.INTERNAL_CALL_SetInputWeightInternal(ref playable, ref input, weight);
 }