Method RemoveVertexStream
RemoveVertexStream(ParticleSystemVertexStream)
Removes a vertex stream from the list of used streams.
Declaration
public VertexStreamsControl RemoveVertexStream(ParticleSystemVertexStream stream)
Parameters
| Type | Name | Description |
|---|---|---|
| ParticleSystemVertexStream | stream | Vertex stream to remove. |
Returns
| Type | Description |
|---|---|
| VertexStreamsControl | This control. |