C# 클래스 Blink.Classes.PlayerClass

파일 보기 프로젝트 열기: dah6ce/Blink 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Blink_Sound SoundEffectInstance
Death_Sound SoundEffectInstance
Jump_Sound SoundEffectInstance
Unblink_Sound SoundEffectInstance
active System.Boolean
aniList List
armOffset Vector2
atRest System.Boolean
attackAnimationFrames int
blinkBlocked System.Boolean
blinked System.Boolean
blockTime float
dustEffect Microsoft.Xna.Framework.Graphics.Texture2D
hasSpear System.Boolean
idles bool
moveFrames int
playerText Microsoft.Xna.Framework.Graphics.Texture2D
score int
spear SpearClass
spearVector Vector2
throwWidth int
title String
velocity Vector2
winAssign int

프로퍼티 상세

Blink_Sound 공개적으로 프로퍼티

public SoundEffectInstance Blink_Sound
리턴 SoundEffectInstance

Death_Sound 공개적으로 프로퍼티

public SoundEffectInstance Death_Sound
리턴 SoundEffectInstance

Jump_Sound 공개적으로 프로퍼티

public SoundEffectInstance Jump_Sound
리턴 SoundEffectInstance

Unblink_Sound 공개적으로 프로퍼티

public SoundEffectInstance Unblink_Sound
리턴 SoundEffectInstance

active 공개적으로 프로퍼티

public Boolean,System active
리턴 System.Boolean

aniList 공개적으로 프로퍼티

public List aniList
리턴 List

armOffset 공개적으로 프로퍼티

public Vector2 armOffset
리턴 Vector2

atRest 공개적으로 프로퍼티

public Boolean,System atRest
리턴 System.Boolean

attackAnimationFrames 공개적으로 프로퍼티

public int attackAnimationFrames
리턴 int

blinkBlocked 공개적으로 프로퍼티

public Boolean,System blinkBlocked
리턴 System.Boolean

blinked 공개적으로 프로퍼티

public Boolean,System blinked
리턴 System.Boolean

blockTime 공개적으로 프로퍼티

public float blockTime
리턴 float

dustEffect 공개적으로 프로퍼티

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

hasSpear 공개적으로 프로퍼티

public Boolean,System hasSpear
리턴 System.Boolean

idles 공개적으로 프로퍼티

public bool idles
리턴 bool

moveFrames 공개적으로 프로퍼티

public int moveFrames
리턴 int

playerText 공개적으로 프로퍼티

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

score 공개적으로 프로퍼티

public int score
리턴 int

spear 공개적으로 프로퍼티

public SpearClass,Blink.Classes spear
리턴 SpearClass

spearVector 공개적으로 프로퍼티

public Vector2 spearVector
리턴 Vector2

throwWidth 공개적으로 프로퍼티

public int throwWidth
리턴 int

title 공개적으로 프로퍼티

public String title
리턴 String

velocity 공개적으로 프로퍼티

public Vector2 velocity
리턴 Vector2

winAssign 공개적으로 프로퍼티

public int winAssign
리턴 int