C# Class DampenedCamera, SlashRunner

Represents a camera with smoothed (dampened) movement.
Inheritance: MonoBehaviour
Afficher le fichier Open project: matthewAURA/SlashRunner

Méthodes publiques

Свойство Type Description
dampeningTime float
offsetX float
offsetY float
target Transform

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

Property Details

dampeningTime public_oe property

Dampening time
public float dampeningTime
Résultat float

offsetX public_oe property

Specifies camera positional offsets relative to the target
public float offsetX
Résultat float

offsetY public_oe property

public float offsetY
Résultat float

target public_oe property

Target on which to fixate onto
public Transform target
Résultat Transform