Field IsTestVariant
True if editor-only. Hides it in the user-facing dropdown. If true; we'll set this variant as the default in the editor, assuming we're unable to find a "proper" default.
Namespace: Unity.NetCode
Assembly: solution.dll
Syntax
public byte IsTestVariant
Returns
Type | Description |
---|---|
byte |
Remarks
True if this is an editor test variant. Forces this variant to be considered a "default" which makes writing tests easier.