C# Class LookAtSwap, UnityFramework

Inheritance: MonoBehaviour
Show file 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 property

public bool canSwap
return bool

damping public property

public float damping
return float

isSmooth public property

public bool isSmooth
return bool

maxTargetIndex public property

public int maxTargetIndex
return int

targetCurrent public property

public Transform targetCurrent
return Transform

targetIndex public property

public int targetIndex
return int

targets public property

public Transform[] targets
return Transform[]