Class MeshConverterNode
Inheritance
MeshConverterNode
Syntax
[Serializable]
public class MeshConverterNode : ReflectNode<MeshConverter>, IReflectNode, IMeshCache
Fields
Declaration
public SyncMeshInput input
Field Value
output
Declaration
Field Value
Methods
Create(ReflectBootstrapper, ISyncModelProvider, IExposedPropertyTable)
Declaration
protected override MeshConverter Create(ReflectBootstrapper hook, ISyncModelProvider provider, IExposedPropertyTable resolver)
Parameters
Returns
Overrides
UnityEngine.Reflect.Pipeline.ReflectNode<UnityEngine.Reflect.Pipeline.MeshConverter>.Create(UnityEngine.Reflect.ReflectBootstrapper, UnityEngine.Reflect.Pipeline.ISyncModelProvider, UnityEngine.IExposedPropertyTable)
GetMesh(StreamKey)
Declaration
public Mesh GetMesh(StreamKey key)
Parameters
Returns
Implements