UnityEngine.Experimental.Director.DirectorPlayer.PlayInternal C# (CSharp) Méthode

PlayInternal() private méthode

private PlayInternal ( Playable playable, object customData ) : void
playable Playable
customData object
Résultat void
        private extern void PlayInternal(Playable playable, object customData);
        [MethodImpl(MethodImplOptions.InternalCall), WrapperlessIcall]