C# 클래스 Terraria.GameContent.Generation.ShapeRunner

상속: Terraria.World.Generation.GenShape
파일 보기 프로젝트 열기: EmuDevs/EDTerraria

공개 메소드들

메소드 설명
Perform ( System.Point origin, GenAction action ) : bool
ShapeRunner ( float strength, int steps, Vector2 velocity ) : Microsoft.Xna.Framework

메소드 상세

Perform() 공개 메소드

public Perform ( System.Point origin, GenAction action ) : bool
origin System.Point
action Terraria.World.Generation.GenAction
리턴 bool

ShapeRunner() 공개 메소드

public ShapeRunner ( float strength, int steps, Vector2 velocity ) : Microsoft.Xna.Framework
strength float
steps int
velocity Vector2
리턴 Microsoft.Xna.Framework