C# Class Game.FactionType

Afficher le fichier Open project: vs-team/casanova-mk2 Class Usage Examples

Méthodes publiques

Свойство Type Description
Aggressive Option
Defensive Option
ID int
JustEntered bool
Neutral Option
frame int

Méthodes publiques

Méthode Description
FactionType ( System n ) : Casanova.Prelude
Update ( float dt, World world ) : void

Method Details

FactionType() public méthode

public FactionType ( System n ) : Casanova.Prelude
n System
Résultat Casanova.Prelude

Update() public méthode

public Update ( float dt, World world ) : void
dt float
world World
Résultat void

Property Details

Aggressive public_oe property

public Option Aggressive
Résultat Option

Defensive public_oe property

public Option Defensive
Résultat Option

ID public_oe property

public int ID
Résultat int

JustEntered public_oe property

public bool JustEntered
Résultat bool

Neutral public_oe property

public Option Neutral
Résultat Option

frame public_oe property

public int frame
Résultat int