C# Class Blink.Classes.PlayerClass

Datei anzeigen 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_oe property

public SoundEffectInstance Blink_Sound
return SoundEffectInstance

Death_Sound public_oe property

public SoundEffectInstance Death_Sound
return SoundEffectInstance

Jump_Sound public_oe property

public SoundEffectInstance Jump_Sound
return SoundEffectInstance

Unblink_Sound public_oe property

public SoundEffectInstance Unblink_Sound
return SoundEffectInstance

active public_oe property

public Boolean,System active
return System.Boolean

aniList public_oe property

public List aniList
return List

armOffset public_oe property

public Vector2 armOffset
return Vector2

atRest public_oe property

public Boolean,System atRest
return System.Boolean

attackAnimationFrames public_oe property

public int attackAnimationFrames
return int

blinkBlocked public_oe property

public Boolean,System blinkBlocked
return System.Boolean

blinked public_oe property

public Boolean,System blinked
return System.Boolean

blockTime public_oe property

public float blockTime
return float

dustEffect public_oe property

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

hasSpear public_oe property

public Boolean,System hasSpear
return System.Boolean

idles public_oe property

public bool idles
return bool

moveFrames public_oe property

public int moveFrames
return int

playerText public_oe property

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

score public_oe property

public int score
return int

spear public_oe property

public SpearClass,Blink.Classes spear
return SpearClass

spearVector public_oe property

public Vector2 spearVector
return Vector2

throwWidth public_oe property

public int throwWidth
return int

title public_oe property

public String title
return String

velocity public_oe property

public Vector2 velocity
return Vector2

winAssign public_oe property

public int winAssign
return int