Ejemplo n.º 1
0
        internal static PlayableHandle InternalGetSourcePlayable(ref PlayableOutput output)
        {
            PlayableHandle result;

            PlayableOutput.INTERNAL_CALL_InternalGetSourcePlayable(ref output, out result);
            return(result);
        }
 private static extern Animator InternalGetTarget(ref PlayableOutput output);
 public bool IsValid()
 {
     return(PlayableOutput.IsValidInternal(ref this.m_Output));
 }
Ejemplo n.º 4
0
 internal static extern float InternalGetWeight(ref PlayableOutput output);
Ejemplo n.º 5
0
 internal static extern void InternalSetWeight(ref PlayableOutput output, float weight);
Ejemplo n.º 6
0
 internal static extern void InternalSetSourceInputPort(ref PlayableOutput output, int port);
Ejemplo n.º 7
0
 internal static extern UnityEngine.Object GetInternalReferenceObject(ref PlayableOutput output);
 private static extern bool InternalCreateAnimationOutput(ref PlayableGraph graph, string name, out PlayableOutput output);
Ejemplo n.º 9
0
 internal static void InternalSetSourcePlayable(ref PlayableOutput output, ref PlayableHandle target)
 {
     PlayableOutput.INTERNAL_CALL_InternalSetSourcePlayable(ref output, ref target);
 }
Ejemplo n.º 10
0
 private static extern void INTERNAL_CALL_InternalGetSourcePlayable(ref PlayableOutput output, out PlayableHandle value);
Ejemplo n.º 11
0
 internal static extern void SetInternalUserData(ref PlayableOutput output, [Writable] UnityEngine.Object target);
Ejemplo n.º 12
0
 internal static extern UnityEngine.Object GetInternalUserData(ref PlayableOutput output);
Ejemplo n.º 13
0
 internal static extern void SetInternalReferenceObject(ref PlayableOutput output, UnityEngine.Object target);
 private static extern void InternalSetTarget(ref PlayableOutput output, Animator target);
Ejemplo n.º 15
0
 private static extern void INTERNAL_CALL_InternalSetSourcePlayable(ref PlayableOutput output, ref PlayableHandle target);
 private static extern void InternalDestroyOutput(ref PlayableGraph graph, ref PlayableOutput output);
Ejemplo n.º 17
0
 internal static extern int InternalGetSourceInputPort(ref PlayableOutput output);
Ejemplo n.º 18
0
 private static extern bool InternalGetAudioOutput(ref PlayableGraph graph, int index, out PlayableOutput output);
Ejemplo n.º 19
0
 internal static extern bool IsValidInternal(ref PlayableOutput output);