C# Class GameFramework.EntityDrawGizmos

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: dreamanlan/CSharpGameFramework Class Usage Examples

Méthodes publiques

Свойство Type Description
npcInfo EntityInfo
skillRangeColor Color
viewRangeColor Color

Méthodes protégées

Méthode Description
OnDrawGizmosSelected ( ) : void

Raises the draw gizmos selected event.

Method Details

OnDrawGizmosSelected() protected méthode

Raises the draw gizmos selected event.
protected OnDrawGizmosSelected ( ) : void
Résultat void

Property Details

npcInfo public_oe property

public EntityInfo,GameFramework npcInfo
Résultat EntityInfo

skillRangeColor public_oe property

技能范围
public Color skillRangeColor
Résultat Color

viewRangeColor public_oe property

视野范围
public Color viewRangeColor
Résultat Color