C# Class GameFramework.EntityDrawGizmos

Inheritance: UnityEngine.MonoBehaviour
显示文件 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