GeometryType
Declaration
public sealed enum Strawberry.Graphics.GeometryType
The type of geometry to use for rendering.
Members
| Name | Value | Description |
|---|---|---|
Static |
0 | Static geometry that does not change. |
Dynamic |
1 | Dynamic geometry that can be updated during runtime. |
Fields
Static static
Static geometry that does not change.
GeometryType Static = 0
Dynamic static
Dynamic geometry that can be updated during runtime.
GeometryType Dynamic = 1