C# Class CameraFollow.FocusArea, DreamCatcher

Afficher le fichier Open project: themechanicalturk/DreamCatcher Class Usage Examples

Méthodes publiques

Свойство Type Description
center Vector2
velocity Vector2

Méthodes publiques

Méthode Description
FocusArea ( Bounds targetBounds, Vector2 size ) : System.Collections
Update ( Bounds targetBounds ) : void

Method Details

FocusArea() public méthode

public FocusArea ( Bounds targetBounds, Vector2 size ) : System.Collections
targetBounds Bounds
size Vector2
Résultat System.Collections

Update() public méthode

public Update ( Bounds targetBounds ) : void
targetBounds Bounds
Résultat void

Property Details

center public_oe property

public Vector2 center
Résultat Vector2

velocity public_oe property

public Vector2 velocity
Résultat Vector2