C# Class NetMud.Data.EntityBackingData.NonPlayerCharacter

Inheritance: NetMud.Data.EntityBackingData.EntityBackingDataPartial, INonPlayerCharacter
Datei anzeigen Open project: SwiftAusterity/NetMud Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

Gets the errors for data fitness
public FitnessReport ( ) : IList
return IList

FullName() public method

Full name to refer to this NPC with
public FullName ( ) : string
return string

GetModelDimensions() public method

Get's the entity's model dimensions
public GetModelDimensions ( ) : Tuple
return Tuple