C# Class Blink.Classes.PlayerClass

Show file Open project: dah6ce/Blink Class Usage Examples

Public Properties

Property Type Description
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

Property Details

Blink_Sound public property

public SoundEffectInstance Blink_Sound
return SoundEffectInstance

Death_Sound public property

public SoundEffectInstance Death_Sound
return SoundEffectInstance

Jump_Sound public property

public SoundEffectInstance Jump_Sound
return SoundEffectInstance

Unblink_Sound public property

public SoundEffectInstance Unblink_Sound
return SoundEffectInstance

active public property

public Boolean,System active
return System.Boolean

aniList public property

public List aniList
return List

armOffset public property

public Vector2 armOffset
return Vector2

atRest public property

public Boolean,System atRest
return System.Boolean

attackAnimationFrames public property

public int attackAnimationFrames
return int

blinkBlocked public property

public Boolean,System blinkBlocked
return System.Boolean

blinked public property

public Boolean,System blinked
return System.Boolean

blockTime public property

public float blockTime
return float

dustEffect public property

public Texture2D,Microsoft.Xna.Framework.Graphics dustEffect
return Microsoft.Xna.Framework.Graphics.Texture2D

hasSpear public property

public Boolean,System hasSpear
return System.Boolean

idles public property

public bool idles
return bool

moveFrames public property

public int moveFrames
return int

playerText public property

public Texture2D,Microsoft.Xna.Framework.Graphics playerText
return Microsoft.Xna.Framework.Graphics.Texture2D

score public property

public int score
return int

spear public property

public SpearClass,Blink.Classes spear
return SpearClass

spearVector public property

public Vector2 spearVector
return Vector2

throwWidth public property

public int throwWidth
return int

title public property

public String title
return String

velocity public property

public Vector2 velocity
return Vector2

winAssign public property

public int winAssign
return int