Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
GameFramework
EntityDrawGizmos
C# Class GameFramework.EntityDrawGizmos
Inheritance:
UnityEngine.MonoBehaviour
Datei anzeigen
Open project: dreamanlan/CSharpGameFramework
Class Usage Examples
Public Properties
Property
Type
Description
npcInfo
EntityInfo
skillRangeColor
Color
viewRangeColor
Color
Protected Methods
Method
Description
OnDrawGizmosSelected
( ) :
void
Raises the draw gizmos selected event.
Method Details
OnDrawGizmosSelected()
protected
method
Raises the draw gizmos selected event.
protected
OnDrawGizmosSelected
( ) :
void
return
void
Property Details
npcInfo
public_oe property
public
EntityInfo,GameFramework
npcInfo
return
EntityInfo
skillRangeColor
public_oe property
技能范围
public
Color
skillRangeColor
return
Color
viewRangeColor
public_oe property
视野范围
public
Color
viewRangeColor
return
Color