// Assembly: UnityEngine.CoreModule
// Full name: UnityEngine.Playables.IPlayableBehaviour

namespace UnityEngine.Playables
{
public class IPlayableBehaviour // TypeDefIndex: 9191
{

	// Methods
	// RVA: -1
	public abstract type#28660 OnGraphStart(type#24402 playable) { }
	// RVA: -1
	public abstract type#28660 OnGraphStop(type#24402 playable) { }
	// RVA: -1
	public abstract type#28660 OnPlayableCreate(type#24402 playable) { }
	// RVA: -1
	public abstract type#28660 OnPlayableDestroy(type#24402 playable) { }
	// RVA: -1
	public abstract type#28660 OnBehaviourPlay(type#24402 playable, type#18727 info) { }
	// RVA: -1
	public abstract type#28660 OnBehaviourPause(type#24402 playable, type#18727 info) { }
	// RVA: -1
	public abstract type#28660 PrepareFrame(type#24402 playable, type#18727 info) { }
	// RVA: -1
	public abstract type#28660 ProcessFrame(type#24402 playable, type#18727 info, type#23705 playerData) { }
}
}
