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 EditorImportanceSuggestionFields
MaxValue
Loose maximum value.
Declaration
public float MaxValueField Value
| Type | Description | 
|---|---|
| float | 
MinValue
Loose minimum value.
Declaration
public float MinValueField Value
| Type | Description | 
|---|---|
| float | 
Name
Short, inline name for this importance category/range.
Declaration
public string NameField Value
| Type | Description | 
|---|---|
| string | 
Tooltip
Single-line example for when you'd want to use this.
Declaration
public string TooltipField Value
| Type | Description | 
|---|---|
| string |