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

Inheritance: AttackingEffectActor
Show file Open project: xsochor/mooege

Protected Properties

Property Type Description
speed float
velocity Vector3D
walkAnimationSNO int

Public Methods

Method Description
MovableEffectActor ( Mooege world, int actorSNO, Vector3D position ) : System

Method Details

MovableEffectActor() public method

public MovableEffectActor ( Mooege world, int actorSNO, Vector3D position ) : System
world Mooege
actorSNO int
position Vector3D
return System

Property Details

speed protected property

protected float speed
return float

velocity protected property

protected Vector3D velocity
return Vector3D

walkAnimationSNO protected property

protected int walkAnimationSNO
return int