Enum SafePadding.EdgeEvaluationMode
How a component looks at a particular edge to take the edge's property. Meaning depends on context of that component.
Namespace: MacacaGames.ViewSystem
Assembly: Macaca.ViewSystem.dll
Syntax
public enum EdgeEvaluationMode
Fields
Name | Description |
---|---|
Off | Do not use a value reported from that edge. |
On | Use a value reported from that edge. |