Class TextureConverterNode
Inheritance
TextureConverterNode
Syntax
[Serializable]
public class TextureConverterNode : ReflectNode<TextureConverter>, IReflectNode, ITextureCache
Fields
input
Declaration
public SyncTextureInput input
Field Value
output
Declaration
public Texture2DOutput output
Field Value
Methods
Create(ReflectBootstrapper, ISyncModelProvider, IExposedPropertyTable)
Declaration
protected override TextureConverter Create(ReflectBootstrapper hook, ISyncModelProvider provider, IExposedPropertyTable resolver)
Parameters
Returns
Overrides
UnityEngine.Reflect.Pipeline.ReflectNode<UnityEngine.Reflect.Pipeline.TextureConverter>.Create(UnityEngine.Reflect.ReflectBootstrapper, UnityEngine.Reflect.Pipeline.ISyncModelProvider, UnityEngine.IExposedPropertyTable)
GetTexture(StreamKey)
Declaration
public virtual Texture2D GetTexture(StreamKey key)
Parameters
Returns
Implements