C# 클래스 Terraria.ModLoader.ModTree

파일 보기 프로젝트 열기: JavidPack/TerraCustom 1 사용 예제들

공개 메소드들

메소드 설명
CanDropAcorn ( ) : bool
CreateDust ( ) : int
DropWood ( ) : int
GetBranchTextures ( int i, int j, int trunkOffset, int &frame ) : Microsoft.Xna.Framework.Graphics.Texture2D
GetTexture ( ) : Microsoft.Xna.Framework.Graphics.Texture2D
GetTopTextures ( int i, int j, int &frame, int &frameWidth, int &frameHeight, int &xOffsetLeft, int &yOffset ) : Microsoft.Xna.Framework.Graphics.Texture2D
GrowthFXGore ( ) : int

메소드 상세

CanDropAcorn() 공개 메소드

public CanDropAcorn ( ) : bool
리턴 bool

CreateDust() 공개 메소드

public CreateDust ( ) : int
리턴 int

DropWood() 공개 추상적인 메소드

public abstract DropWood ( ) : int
리턴 int

GetBranchTextures() 공개 추상적인 메소드

public abstract GetBranchTextures ( int i, int j, int trunkOffset, int &frame ) : Microsoft.Xna.Framework.Graphics.Texture2D
i int
j int
trunkOffset int
frame int
리턴 Microsoft.Xna.Framework.Graphics.Texture2D

GetTexture() 공개 추상적인 메소드

public abstract GetTexture ( ) : Microsoft.Xna.Framework.Graphics.Texture2D
리턴 Microsoft.Xna.Framework.Graphics.Texture2D

GetTopTextures() 공개 추상적인 메소드

public abstract GetTopTextures ( int i, int j, int &frame, int &frameWidth, int &frameHeight, int &xOffsetLeft, int &yOffset ) : Microsoft.Xna.Framework.Graphics.Texture2D
i int
j int
frame int
frameWidth int
frameHeight int
xOffsetLeft int
yOffset int
리턴 Microsoft.Xna.Framework.Graphics.Texture2D

GrowthFXGore() 공개 메소드

public GrowthFXGore ( ) : int
리턴 int