C# Class NetMud.Data.EntityBackingData.NonPlayerCharacter

Inheritance: NetMud.Data.EntityBackingData.EntityBackingDataPartial, INonPlayerCharacter
Afficher le fichier Open project: SwiftAusterity/NetMud Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
FitnessReport ( ) : IList

Gets the errors for data fitness

FullName ( ) : string

Full name to refer to this NPC with

GetModelDimensions ( ) : Tuple

Get's the entity's model dimensions

Method Details

FitnessReport() public méthode

Gets the errors for data fitness
public FitnessReport ( ) : IList
Résultat IList

FullName() public méthode

Full name to refer to this NPC with
public FullName ( ) : string
Résultat string

GetModelDimensions() public méthode

Get's the entity's model dimensions
public GetModelDimensions ( ) : Tuple
Résultat Tuple