Class ManualDoorModeInspector
Inheritance
System.Object
ManualDoorModeInspector
Assembly: cs.temp.dll.dll
Syntax
public class ManualDoorModeInspector : ManualDoorModeInspectorBase, IDoorModeInspector
Constructors
ManualDoorModeInspector(SerializedObject, DoorsGrid2D, SerializedProperty)
Declaration
public ManualDoorModeInspector(SerializedObject serializedObject, DoorsGrid2D doors, SerializedProperty serializedProperty)
Parameters
Type |
Name |
Description |
SerializedObject |
serializedObject |
|
DoorsGrid2D |
doors |
|
SerializedProperty |
serializedProperty |
|
Methods
AddDoor(Vector3Int, Vector3Int)
Declaration
protected override void AddDoor(Vector3Int from, Vector3Int to)
Parameters
Type |
Name |
Description |
Vector3Int |
from |
|
Vector3Int |
to |
|
Overrides
DeleteAllDoors()
Declaration
protected override void DeleteAllDoors()
Overrides
DrawAllDoors()
Declaration
protected override void DrawAllDoors()
Overrides
DrawPreview(Vector3Int, Vector3Int)
Declaration
protected override void DrawPreview(Vector3Int from, Vector3Int to)
Parameters
Type |
Name |
Description |
Vector3Int |
from |
|
Vector3Int |
to |
|
Overrides
GetDoorsListProperty()
Declaration
protected override SerializedProperty GetDoorsListProperty()
Returns
Type |
Description |
SerializedProperty |
|
Overrides
RemoveDoor(Vector3Int)
Declaration
protected override void RemoveDoor(Vector3Int position)
Parameters
Type |
Name |
Description |
Vector3Int |
position |
|
Overrides
Implements