C# Class Mooege.Core.GS.FXEffect.MovableEffectActor

Inheritance: AttackingEffectActor
Afficher le fichier Open project: xsochor/mooege

Protected Properties

Свойство Type Description
speed float
velocity Vector3D
walkAnimationSNO int

Méthodes publiques

Méthode Description
MovableEffectActor ( Mooege world, int actorSNO, Vector3D position ) : System

Method Details

MovableEffectActor() public méthode

public MovableEffectActor ( Mooege world, int actorSNO, Vector3D position ) : System
world Mooege
actorSNO int
position Vector3D
Résultat System

Property Details

speed protected_oe property

protected float speed
Résultat float

velocity protected_oe property

protected Vector3D velocity
Résultat Vector3D

walkAnimationSNO protected_oe property

protected int walkAnimationSNO
Résultat int