Show / Hide Table of Contents

Struct TexturePlayableOutput

Implements
IPlayableOutput
Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine.Experimental.Playables
Assembly: UnityEngine.dll
Syntax
public struct TexturePlayableOutput : IPlayableOutput

Properties

| Improve this Doc View Source

Null

Declaration
public static TexturePlayableOutput Null { get; }
Property Value
Type Description
TexturePlayableOutput

Methods

| Improve this Doc View Source

Create(PlayableGraph, String, RenderTexture)

Declaration
public static TexturePlayableOutput Create(PlayableGraph graph, string name, RenderTexture target)
Parameters
Type Name Description
PlayableGraph graph
String name
RenderTexture target
Returns
Type Description
TexturePlayableOutput
| Improve this Doc View Source

GetHandle()

Declaration
public PlayableOutputHandle GetHandle()
Returns
Type Description
PlayableOutputHandle
| Improve this Doc View Source

GetTarget()

Declaration
public RenderTexture GetTarget()
Returns
Type Description
RenderTexture
| Improve this Doc View Source

SetTarget(RenderTexture)

Declaration
public void SetTarget(RenderTexture value)
Parameters
Type Name Description
RenderTexture value

Operators

| Improve this Doc View Source

Explicit(PlayableOutput to TexturePlayableOutput)

Declaration
public static explicit operator TexturePlayableOutput(PlayableOutput output)
Parameters
Type Name Description
PlayableOutput output
Returns
Type Description
TexturePlayableOutput
| Improve this Doc View Source

Implicit(TexturePlayableOutput to PlayableOutput)

Declaration
public static implicit operator PlayableOutput(TexturePlayableOutput output)
Parameters
Type Name Description
TexturePlayableOutput output
Returns
Type Description
PlayableOutput

Implements

IPlayableOutput

Extension Methods

PlayableOutputExtensions.IsOutputNull<U>(U)
PlayableOutputExtensions.IsOutputValid<U>(U)
PlayableOutputExtensions.GetReferenceObject<U>(U)
PlayableOutputExtensions.SetReferenceObject<U>(U, Object)
PlayableOutputExtensions.GetUserData<U>(U)
PlayableOutputExtensions.SetUserData<U>(U, Object)
PlayableOutputExtensions.GetSourcePlayable<U>(U)
PlayableOutputExtensions.SetSourcePlayable<U, V>(U, V)
PlayableOutputExtensions.SetSourcePlayable<U, V>(U, V, Int32)
PlayableOutputExtensions.GetSourceOutputPort<U>(U)
PlayableOutputExtensions.SetSourceOutputPort<U>(U, Int32)
PlayableOutputExtensions.GetWeight<U>(U)
PlayableOutputExtensions.SetWeight<U>(U, Single)
PlayableOutputExtensions.PushNotification<U>(U, Playable, INotification, Object)
PlayableOutputExtensions.GetNotificationReceivers<U>(U)
PlayableOutputExtensions.AddNotificationReceiver<U>(U, INotificationReceiver)
PlayableOutputExtensions.RemoveNotificationReceiver<U>(U, INotificationReceiver)
PlayableOutputExtensions.GetSourceInputPort<U>(U)
PlayableOutputExtensions.SetSourceInputPort<U>(U, Int32)
MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX