Struct BoolResult
Inherited Members
Namespace: Unity.Build
Assembly: solution.dll
Syntax
[Obsolete("BoolResult will be removed and replaced with classes deriving from ResultBase. (RemovedAfter 2021-03-01)")]
public struct BoolResult
Properties
Name | Description |
---|---|
Reason | |
Result |
Methods
Name | Description |
---|---|
False(string) | |
True() |
Operators
Name | Description |
---|---|
implicit operator bool(BoolResult) |