C# Class LookAtSwap, UnityFramework

Inheritance: MonoBehaviour
Datei anzeigen Open project: meta-42/uEasyKit

Public Properties

Property Type Description
canSwap bool
damping float
isSmooth bool
maxTargetIndex int
targetCurrent Transform
targetIndex int
targets Transform[]

Public Methods

Method Description
LateUpdate ( ) : void
LookAt ( int index ) : void
NextTarget ( ) : void
Start ( ) : void

Method Details

LateUpdate() public method

public LateUpdate ( ) : void
return void

LookAt() public method

public LookAt ( int index ) : void
index int
return void

NextTarget() public method

public NextTarget ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

canSwap public_oe property

public bool canSwap
return bool

damping public_oe property

public float damping
return float

isSmooth public_oe property

public bool isSmooth
return bool

maxTargetIndex public_oe property

public int maxTargetIndex
return int

targetCurrent public_oe property

public Transform targetCurrent
return Transform

targetIndex public_oe property

public int targetIndex
return int

targets public_oe property

public Transform[] targets
return Transform[]