Struct ConfigWarnings
Holds validation warnings for displaying in Unity Editor.
Inherited Members
Namespace: AppstockSDK.Api.Native.Data.Request
Assembly: Appstock.Core.dll
Syntax
[Serializable]
public struct ConfigWarnings
Remarks
Custom property drawer included.
Fields
warnings
Gets or sets warnings.
Declaration
public List<string>? warnings
Field Value
Type | Description |
---|---|
List<string> | Validation warnings by contained class. |
Remarks
Set in OnValidate
.
Displayed in inspector.