Struct EditorImportanceSuggestion
Editor-only helper - allows you to configure the value-specific suggested ranges on the Importance tooltip.
Inherited Members
Namespace: Unity.NetCode.Hybrid
Assembly: Unity.NetCode.Authoring.Hybrid.dll
Syntax
[Serializable]
public struct EditorImportanceSuggestion
Fields
MaxValue
Loose maximum value.
Declaration
public float MaxValue
Field Value
Type | Description |
---|---|
float |
MinValue
Loose minimum value.
Declaration
public float MinValue
Field Value
Type | Description |
---|---|
float |
Name
Short, inline name for this importance category/range.
Declaration
public string Name
Field Value
Type | Description |
---|---|
string |
Tooltip
Single-line example for when you'd want to use this.
Declaration
public string Tooltip
Field Value
Type | Description |
---|---|
string |