Method AddVertexStream
AddVertexStream(ParticleSystemVertexStream)
Adds a vertex stream to the list of used streams.
Declaration
public VertexStreamsControl AddVertexStream(ParticleSystemVertexStream stream)
Parameters
| Type | Name | Description |
|---|---|---|
| ParticleSystemVertexStream | stream | Vertex stream to add. |
Returns
| Type | Description |
|---|---|
| VertexStreamsControl | This control. |