Elin Modding Docs Doc
|
Public Member Functions | |
void | DrawLine (Vector3 from, Vector3 to) |
void | DrawFloor (Point pos, int tile) |
void | DrawBlock (Point pos, int tile) |
void | OnDrawPass () |
void | OnEndOfFrame () |
unsafe void | DrawWall (Point point, int color, bool useMarkerPass=false, float offsetZ=0f) |
Public Attributes | |
MeshPass | passGuideBlock |
MeshPass | passGuideFloor |
MeshPass | passArea |
MeshPass | passBlockMarker |
LineRenderer | lr |
bool | isActive = true |
Additional Inherited Members | |
![]() | |
static int | rnd (int a) |
![]() | |
static Core | core |
![]() | |
static Game | game [get] |
static bool | AdvMode [get] |
static Player | player [get] |
static Chara | pc [get] |
static UI | ui [get] |
static Map | _map [get] |
static Zone | _zone [get] |
static FactionBranch | Branch [get] |
static FactionBranch | BranchOrHomeBranch [get] |
static Faction | Home [get] |
static Scene | scene [get] |
static BaseGameScreen | screen [get] |
static GameSetting | setting [get] |
static GameData | gamedata [get] |
static ColorProfile | Colors [get] |
static World | world [get] |
static SoundManager | Sound [get] |
static SourceManager | sources [get] |
static SourceManager | editorSources [get] |
static CoreDebug | debug [get] |
Definition at line 5 of file ScreenGuide.cs.
void ScreenGuide.DrawBlock | ( | Point | pos, |
int | tile ) |
Definition at line 22 of file ScreenGuide.cs.
void ScreenGuide.DrawFloor | ( | Point | pos, |
int | tile ) |
Definition at line 17 of file ScreenGuide.cs.
void ScreenGuide.DrawLine | ( | Vector3 | from, |
Vector3 | to ) |
Definition at line 8 of file ScreenGuide.cs.
unsafe void ScreenGuide.DrawWall | ( | Point | point, |
int | color, | ||
bool | useMarkerPass = false, | ||
float | offsetZ = 0f ) |
Definition at line 38 of file ScreenGuide.cs.
void ScreenGuide.OnDrawPass | ( | ) |
Definition at line 27 of file ScreenGuide.cs.
void ScreenGuide.OnEndOfFrame | ( | ) |
Definition at line 32 of file ScreenGuide.cs.
bool ScreenGuide.isActive = true |
Definition at line 89 of file ScreenGuide.cs.
LineRenderer ScreenGuide.lr |
Definition at line 86 of file ScreenGuide.cs.
MeshPass ScreenGuide.passArea |
Definition at line 80 of file ScreenGuide.cs.
MeshPass ScreenGuide.passBlockMarker |
Definition at line 83 of file ScreenGuide.cs.
MeshPass ScreenGuide.passGuideBlock |
Definition at line 74 of file ScreenGuide.cs.
MeshPass ScreenGuide.passGuideFloor |
Definition at line 77 of file ScreenGuide.cs.