Fit |
public enum FitIntoViewType
Member name | Value | Description |
---|---|---|
CheckBounds | 0 | Check BoundingBoxes of all SceneNodes - this is not as precise as CheckAllPositions but can be much faster when there are objects with a lot of position in the scene. |
CheckAllPositions | 1 | Check Positions of all SceneNodes - this is more precise than CheckBounds but can take much longer when there are objects with a lot of position in the scene. |