C# 클래스 Descent.Model.Dice

Dice are used when figures attack to calculate success, damage, etc.
상속: Drawable
파일 보기 프로젝트 열기: nezbo/Descent 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : Dice

Returns a copy of the Dice

Dice ( EDice color, int sides, Microsoft.Xna.Framework.Graphics.Texture2D textures ) : System

Initializes a new instance of the Dice class.

Equals ( object obj ) : bool
RollDice ( ) : void

Rolls the dice to a random side

메소드 상세

Clone() 공개 메소드

Returns a copy of the Dice
public Clone ( ) : Dice
리턴 Dice

Dice() 공개 메소드

Initializes a new instance of the Dice class.
public Dice ( EDice color, int sides, Microsoft.Xna.Framework.Graphics.Texture2D textures ) : System
color EDice /// The color. ///
sides int /// The sides. ///
textures Microsoft.Xna.Framework.Graphics.Texture2D /// The textures. ///
리턴 System

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

RollDice() 공개 메소드

Rolls the dice to a random side
public RollDice ( ) : void
리턴 void