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(ISyncModelProvider, IExposedPropertyTable)
Declaration
protected override MeshConverter Create(ISyncModelProvider provider, IExposedPropertyTable resolver)
 
Parameters
Returns
Overrides
UnityEngine.Reflect.Pipeline.ReflectNode<UnityEngine.Reflect.Pipeline.MeshConverter>.Create(UnityEngine.Reflect.Pipeline.ISyncModelProvider, UnityEngine.IExposedPropertyTable)
GetMesh(SyncId)
Declaration
public Mesh GetMesh(SyncId id)
 
Parameters
| Type | 
Name | 
Description | 
| SyncId | 
id | 
 | 
Returns
Implements