Files
Aug2021-Cpp2IL-Dump/UnityEngine.VideoModule/UnityEngine/Experimental/Video/VideoClipPlayable.cs
T
2026-04-10 22:50:51 +02:00

41 lines
1.3 KiB
C#

using System;
using Cpp2IlInjected;
using UnityEngine.Bindings;
using UnityEngine.Playables;
using UnityEngine.Scripting;
namespace UnityEngine.Experimental.Video
{
// Token: 0x02000002 RID: 2
[Token(Token = "0x2000002")]
[RequiredByNativeCode]
[NativeHeader("Modules/Video/Public/ScriptBindings/VideoClipPlayable.bindings.h")]
[NativeHeader("Modules/Video/Public/Director/VideoClipPlayable.h")]
[NativeHeader("Runtime/Director/Core/HPlayable.h")]
[NativeHeader("Modules/Video/Public/VideoClip.h")]
[StaticAccessor("VideoClipPlayableBindings", StaticAccessorType.DoubleColon)]
public struct VideoClipPlayable : IEquatable<VideoClipPlayable>
{
// Token: 0x06000001 RID: 1 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000001")]
[Address(RVA = "0x6E2690", Offset = "0x6E1490", VA = "0x1806E2690", Slot = "5")]
public PlayableHandle GetHandle()
{
return default(PlayableHandle);
}
// Token: 0x06000002 RID: 2 RVA: 0x00002068 File Offset: 0x00000268
[Token(Token = "0x6000002")]
[Address(RVA = "0x74A0D0", Offset = "0x748ED0", VA = "0x18074A0D0", Slot = "4")]
public bool Equals(VideoClipPlayable other)
{
return default(bool);
}
// Token: 0x04000001 RID: 1
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x4000001")]
private PlayableHandle m_Handle;
}
}