Interface IMeshCache
Namespace: UnityEngine.Reflect
Syntax
public interface IMeshCache
Methods
GetMesh(StreamKey)
Declaration
Mesh GetMesh(StreamKey id)
Parameters
| Type | Name | Description |
|---|---|---|
| StreamKey | id |
Returns
| Type | Description |
|---|---|
| Mesh |
public interface IMeshCache
Mesh GetMesh(StreamKey id)
| Type | Name | Description |
|---|---|---|
| StreamKey | id |
| Type | Description |
|---|---|
| Mesh |