SparseSpatialMapController.ActiveControlStrategy Enum¶
Description¶
Strategy to control the GameObject .active.
Constant |
Value |
Description |
---|---|---|
HideBeforeLocalized |
0 |
False before the fist SparseSpatialMapController.MapLocalized event, then true. |
HideWhenNotLocalizing |
1 |
Active is true when the map is localized, false when not localized. |
None |
2 |
Do not control GameObject .active. |