Skip to main content

Enum VertexModifierSource

Which vertex modifiers affect are used to calculate the vertex modifier effect.

Assembly: ChocDino.UIFX.dll​
Declaration
public enum VertexModifierSource

Fields​

Transform​

Only Transform changes affect the effect.

Declaration
Transform = 0

Vertex​

Only vertex changes (usually through IMeshModifier effects) affect the effect.

Declaration
Vertex = 1

TranformAndVertex​

Both Transform changes and vertex changes (usually through IMeshModifier effects) affect the effect. This is the most expensive mode.

Declaration
TranformAndVertex = 2