C# Класс Touhou.ExampleSprite.ExampleSprite.Bullet

Наследование: Microsoft.Xna.Framework.Graphics.Sprite
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
hasGrazed bool
hitRadius float

Открытые методы

Метод Описание
Bullet ( AnimatedTexture t, Vector2 p, Vector2 d, Color c, drawType ty ) : System
Bullet ( AnimatedTexture t, Vector2 p, float a, float s, Color c, drawType ty ) : System
Bullet ( Microsoft.Xna.Framework.Graphics.Texture2D t, Vector2 p, Vector2 d, Color c, drawType ty ) : System
Bullet ( Microsoft.Xna.Framework.Graphics.Texture2D t, Vector2 p, float a, float s, Color c, drawType ty ) : System
collide ( ) : bool

Описание методов

Bullet() публичный Метод

public Bullet ( AnimatedTexture t, Vector2 p, Vector2 d, Color c, drawType ty ) : System
t AnimatedTexture
p Vector2
d Vector2
c Color
ty drawType
Результат System

Bullet() публичный Метод

public Bullet ( AnimatedTexture t, Vector2 p, float a, float s, Color c, drawType ty ) : System
t AnimatedTexture
p Vector2
a float
s float
c Color
ty drawType
Результат System

Bullet() публичный Метод

public Bullet ( Microsoft.Xna.Framework.Graphics.Texture2D t, Vector2 p, Vector2 d, Color c, drawType ty ) : System
t Microsoft.Xna.Framework.Graphics.Texture2D
p Vector2
d Vector2
c Color
ty drawType
Результат System

Bullet() публичный Метод

public Bullet ( Microsoft.Xna.Framework.Graphics.Texture2D t, Vector2 p, float a, float s, Color c, drawType ty ) : System
t Microsoft.Xna.Framework.Graphics.Texture2D
p Vector2
a float
s float
c Color
ty drawType
Результат System

collide() публичный Метод

public collide ( ) : bool
Результат bool

Описание свойств

hasGrazed публичное свойство

public bool hasGrazed
Результат bool

hitRadius публичное свойство

public float hitRadius
Результат float