C# 클래스 Mooege.Core.GS.FXEffect.MovableEffectActor

상속: AttackingEffectActor
파일 보기 프로젝트 열기: xsochor/mooege

보호된 프로퍼티들

프로퍼티 타입 설명
speed float
velocity Vector3D
walkAnimationSNO int

공개 메소드들

메소드 설명
MovableEffectActor ( Mooege world, int actorSNO, Vector3D position ) : System

메소드 상세

MovableEffectActor() 공개 메소드

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

프로퍼티 상세

speed 보호되어 있는 프로퍼티

protected float speed
리턴 float

velocity 보호되어 있는 프로퍼티

protected Vector3D velocity
리턴 Vector3D

walkAnimationSNO 보호되어 있는 프로퍼티

protected int walkAnimationSNO
리턴 int