C# Class Demo.Actors.Logo

Inheritance: Zeplin.Actor
Afficher le fichier Open project: zumpiez/Zeplin Class Usage Examples

Méthodes publiques

Свойство Type Description
offset float
rotationSpeed float

Méthodes publiques

Méthode Description
FollowMouse ( GameTime time ) : void
Logo ( Vector2 screenCenter ) : System
UpdateBehavior ( GameTime time ) : void

Method Details

FollowMouse() public méthode

public FollowMouse ( GameTime time ) : void
time Microsoft.Xna.Framework.GameTime
Résultat void

Logo() public méthode

public Logo ( Vector2 screenCenter ) : System
screenCenter Vector2
Résultat System

UpdateBehavior() public méthode

public UpdateBehavior ( GameTime time ) : void
time Microsoft.Xna.Framework.GameTime
Résultat void

Property Details

offset public_oe property

public float offset
Résultat float

rotationSpeed public_oe property

public float rotationSpeed
Résultat float