C# Class LookAtSwap, UnityFramework

Inheritance: MonoBehaviour
Afficher le fichier Open project: meta-42/uEasyKit

Méthodes publiques

Свойство Type Description
canSwap bool
damping float
isSmooth bool
maxTargetIndex int
targetCurrent Transform
targetIndex int
targets Transform[]

Méthodes publiques

Méthode Description
LateUpdate ( ) : void
LookAt ( int index ) : void
NextTarget ( ) : void
Start ( ) : void

Method Details

LateUpdate() public méthode

public LateUpdate ( ) : void
Résultat void

LookAt() public méthode

public LookAt ( int index ) : void
index int
Résultat void

NextTarget() public méthode

public NextTarget ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

canSwap public_oe property

public bool canSwap
Résultat bool

damping public_oe property

public float damping
Résultat float

isSmooth public_oe property

public bool isSmooth
Résultat bool

maxTargetIndex public_oe property

public int maxTargetIndex
Résultat int

targetCurrent public_oe property

public Transform targetCurrent
Résultat Transform

targetIndex public_oe property

public int targetIndex
Résultat int

targets public_oe property

public Transform[] targets
Résultat Transform[]