Entity.VisitorResult 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.
Result code used by the VisitEntityDelegate to signal if the visitor should continue to traverse the scenegraph or not.
public: enum class Entity::VisitorResult
public enum Entity.VisitorResult
type Entity.VisitorResult =
Public Enum Entity.VisitorResult
- Inheritance
-
Entity.VisitorResult
Fields
Name | Value | Description |
---|---|---|
ContinueVisit | 0 | |
ExitVisit | 1 |