Class DifferentLengthsOfDoors.Result
Inheritance
System.Object
DifferentLengthsOfDoors.Result
Assembly: cs.temp.dll.dll
Syntax
public class Result : IDiagnosticResult
Properties
DoorLengths
Declaration
public Dictionary<int, List<GameObject>> DoorLengths { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<GameObject>> |
|
IsPotentialProblem
Declaration
public bool IsPotentialProblem { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
Summary
Declaration
public string Summary { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements