C# 클래스 MiningGame.Code.Blocks.BlockRenderer

파일 보기 프로젝트 열기: geel9/Minor-Destruction

공개 프로퍼티들

프로퍼티 타입 설명
Effects SpriteEffects
Origin Vector2
Rotation float
Texture Microsoft.Xna.Framework.Graphics.Texture2D
Transparent bool

공개 메소드들

메소드 설명
BlockRenderer ( Microsoft.Xna.Framework.Graphics.Texture2D texture ) : System
BlockRenderer ( Microsoft.Xna.Framework.Graphics.Texture2D texture, SpriteEffects effects ) : System
BlockRenderer ( Microsoft.Xna.Framework.Graphics.Texture2D texture, SpriteEffects effects, float rotation ) : System
BlockRenderer ( Microsoft.Xna.Framework.Graphics.Texture2D texture, SpriteEffects effects, float rotation, bool transparent ) : System
BlockRenderer ( Microsoft.Xna.Framework.Graphics.Texture2D texture, float rotation ) : System

메소드 상세

BlockRenderer() 공개 메소드

public BlockRenderer ( Microsoft.Xna.Framework.Graphics.Texture2D texture ) : System
texture Microsoft.Xna.Framework.Graphics.Texture2D
리턴 System

BlockRenderer() 공개 메소드

public BlockRenderer ( Microsoft.Xna.Framework.Graphics.Texture2D texture, SpriteEffects effects ) : System
texture Microsoft.Xna.Framework.Graphics.Texture2D
effects SpriteEffects
리턴 System

BlockRenderer() 공개 메소드

public BlockRenderer ( Microsoft.Xna.Framework.Graphics.Texture2D texture, SpriteEffects effects, float rotation ) : System
texture Microsoft.Xna.Framework.Graphics.Texture2D
effects SpriteEffects
rotation float
리턴 System

BlockRenderer() 공개 메소드

public BlockRenderer ( Microsoft.Xna.Framework.Graphics.Texture2D texture, SpriteEffects effects, float rotation, bool transparent ) : System
texture Microsoft.Xna.Framework.Graphics.Texture2D
effects SpriteEffects
rotation float
transparent bool
리턴 System

BlockRenderer() 공개 메소드

public BlockRenderer ( Microsoft.Xna.Framework.Graphics.Texture2D texture, float rotation ) : System
texture Microsoft.Xna.Framework.Graphics.Texture2D
rotation float
리턴 System

프로퍼티 상세

Effects 공개적으로 프로퍼티

public SpriteEffects Effects
리턴 SpriteEffects

Origin 공개적으로 프로퍼티

public Vector2 Origin
리턴 Vector2

Rotation 공개적으로 프로퍼티

public float Rotation
리턴 float

Texture 공개적으로 프로퍼티

public Texture2D,Microsoft.Xna.Framework.Graphics Texture
리턴 Microsoft.Xna.Framework.Graphics.Texture2D

Transparent 공개적으로 프로퍼티

public bool Transparent
리턴 bool