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

Inheritance: AttackingEffectActor
显示文件 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_oe property

protected float speed
return float

velocity protected_oe property

protected Vector3D velocity
return Vector3D

walkAnimationSNO protected_oe property

protected int walkAnimationSNO
return int