C# Class FollowCam, S_Shooter01

Inheritance: MonoBehaviour
Afficher le fichier Open project: kwbt-mrokj/S_Shooter01 Class Usage Examples

Méthodes publiques

Свойство Type Description
dampRotate float
dist float
height float
target Transform

Méthodes publiques

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

Method Details

LateUpdate() public méthode

public LateUpdate ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

dampRotate public_oe property

public float dampRotate
Résultat float

dist public_oe property

public float dist
Résultat float

height public_oe property

public float height
Résultat float

target public_oe property

public Transform target
Résultat Transform