Method WithoutCameraOrTracking
WithoutCameraOrTracking(Feature)
Removes all camera and tracking-related Feature flags.
Declaration
public static Feature WithoutCameraOrTracking(this Feature self)
Parameters
| Type | Name | Description |
|---|---|---|
| Feature | self | The Feature being extended. |
Returns
| Type | Description |
|---|---|
| Feature |
|