C# Class SimpleSmoothMouseLook

Inheritance: MonoBehaviour
Afficher le fichier Open project: DiUS/3DiUS Class Usage Examples

Méthodes publiques

Свойство Type Description
characterBody GameObject
clampInDegrees Vector2
lockCursor bool
sensitivity Vector2
smoothing Vector2
targetCharacterDirection Vector2
targetDirection Vector2

Private Methods

Méthode Description
Start ( ) : void
Update ( ) : void

Property Details

characterBody public_oe property

public GameObject characterBody
Résultat GameObject

clampInDegrees public_oe property

public Vector2 clampInDegrees
Résultat Vector2

lockCursor public_oe property

public bool lockCursor
Résultat bool

sensitivity public_oe property

public Vector2 sensitivity
Résultat Vector2

smoothing public_oe property

public Vector2 smoothing
Résultat Vector2

targetCharacterDirection public_oe property

public Vector2 targetCharacterDirection
Résultat Vector2

targetDirection public_oe property

public Vector2 targetDirection
Résultat Vector2