C# 클래스 ExampleMod.Items.Abomination.SixColorShield

상속: Terraria.ModLoader.ModItem
파일 보기 프로젝트 열기: bluemagic123/tModLoader

공개 메소드들

메소드 설명
GetAlpha ( Color lightColor ) : Color?
GetAnimation ( ) : DrawAnimation
SetDefaults ( ) : void
UpdateAccessory ( Player player, bool hideVisual ) : void

메소드 상세

GetAlpha() 공개 메소드

public GetAlpha ( Color lightColor ) : Color?
lightColor Color
리턴 Color?

GetAnimation() 공개 메소드

public GetAnimation ( ) : DrawAnimation
리턴 Terraria.DataStructures.DrawAnimation

SetDefaults() 공개 메소드

public SetDefaults ( ) : void
리턴 void

UpdateAccessory() 공개 메소드

public UpdateAccessory ( Player player, bool hideVisual ) : void
player Terraria.Player
hideVisual bool
리턴 void