UnityEngine.Experimental.Director.DirectorPlayer.PlayInternal C# (CSharp) Method

PlayInternal() private method

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