VGNodeFixedStates Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This enumeration supports a bitwise combination of its member values.
public enum class VGNodeFixedStates
[System.Flags]
public enum VGNodeFixedStates
[<System.Flags>]
type VGNodeFixedStates =
Public Enum VGNodeFixedStates
- Inheritance
-
VGNodeFixedStates
- Attributes
Fields
Name | Value | Description |
---|---|---|
FixedPlace | 1 | |
PermeableX | 2 | |
PermeableY | 4 | |
PermeablePlace | 8 | |
FixedPlow | 16 | |
NoFoldToShape | 32 | |
PermeablePlow | 64 | |
ConnectorPointsIgnore | 128 | |
ConnectorPointsOnly | 256 |