Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
BackerContentInspector.ContentObj Class Reference
Inheritance diagram for BackerContentInspector.ContentObj:
BackerContentInspector.Content

Public Member Functions

override void Apply ()
 
override void Remove ()
 
- Public Member Functions inherited from BackerContentInspector.Content
virtual void OnValidate ()
 
virtual void Apply ()
 
virtual void Remove ()
 

Public Attributes

Point p
 
- Public Attributes inherited from BackerContentInspector.Content
int id
 

Properties

override string name [get]
 
- Properties inherited from BackerContentInspector.Content
virtual string name [get]
 

Detailed Description

Definition at line 25 of file BackerContentInspector.cs.

Member Function Documentation

◆ Apply()

override void BackerContentInspector.ContentObj.Apply ( )
inlinevirtual

Reimplemented from BackerContentInspector.Content.

Definition at line 31 of file BackerContentInspector.cs.

32 {
34 }
Definition: EMono.cs:4
static Map _map
Definition: EMono.cs:17
void ApplyBackerObj(Point p, int id=-1)
Definition: Map.cs:1588

References EMono._map, Map.ApplyBackerObj(), and BackerContentInspector.ContentObj.p.

◆ Remove()

override void BackerContentInspector.ContentObj.Remove ( )
inlinevirtual

Reimplemented from BackerContentInspector.Content.

Definition at line 36 of file BackerContentInspector.cs.

37 {
38 EMono._map.backerObjs.Remove(p.index);
39 }
Dictionary< int, int > backerObjs
Definition: Map.cs:67
int index
Definition: Point.cs:49

References EMono._map, Map.backerObjs, Point.index, and BackerContentInspector.ContentObj.p.

Member Data Documentation

◆ p

Point BackerContentInspector.ContentObj.p

Property Documentation

◆ name

override string BackerContentInspector.ContentObj.name
get

Definition at line 29 of file BackerContentInspector.cs.


The documentation for this class was generated from the following file: