C# 클래스 PrinceGame.Frame

파일 보기 프로젝트 열기: salvadorc17/Prince-Monogame

공개 프로퍼티들

프로퍼티 타입 설명
Width int
delay float
name string
parameter string
raised bool
sound string
soundFirstTime bool
soundLoop bool
stoppable bool
type Enumeration.TypeFrame
value string
xOffSet int
yOffSet int

공개 메소드들

메소드 설명
DeepCopy ( ) : Frame
Frame ( ) : System
PlaySound ( ) : void
SetSound ( SoundEffect value ) : void
SetTexture ( Microsoft.Xna.Framework.Graphics.Texture2D value ) : void

메소드 상세

DeepCopy() 공개 메소드

public DeepCopy ( ) : Frame
리턴 Frame

Frame() 공개 메소드

public Frame ( ) : System
리턴 System

PlaySound() 공개 메소드

public PlaySound ( ) : void
리턴 void

SetSound() 공개 메소드

public SetSound ( SoundEffect value ) : void
value Microsoft.Xna.Framework.Audio.SoundEffect
리턴 void

SetTexture() 공개 메소드

public SetTexture ( Microsoft.Xna.Framework.Graphics.Texture2D value ) : void
value Microsoft.Xna.Framework.Graphics.Texture2D
리턴 void

프로퍼티 상세

Width 공개적으로 프로퍼티

public int Width
리턴 int

delay 공개적으로 프로퍼티

public float delay
리턴 float

name 공개적으로 프로퍼티

public string name
리턴 string

parameter 공개적으로 프로퍼티

public string parameter
리턴 string

raised 공개적으로 프로퍼티

public bool raised
리턴 bool

sound 공개적으로 프로퍼티

public string sound
리턴 string

soundFirstTime 공개적으로 프로퍼티

public bool soundFirstTime
리턴 bool

soundLoop 공개적으로 프로퍼티

public bool soundLoop
리턴 bool

stoppable 공개적으로 프로퍼티

public bool stoppable
리턴 bool

type 공개적으로 프로퍼티

public Enumeration.TypeFrame type
리턴 Enumeration.TypeFrame

value 공개적으로 프로퍼티

public string value
리턴 string

xOffSet 공개적으로 프로퍼티

public int xOffSet
리턴 int

yOffSet 공개적으로 프로퍼티

public int yOffSet
리턴 int