C# Class SmoothLookAt, Unity3D-CoverFlow

Inheritance: MonoBehaviour
Show file Open project: rakkarage/Unity3D-CoverFlow Class Usage Examples

Public Properties

Property Type Description
Damping float
Smooth bool
Target Transform

Protected Methods

Method Description
LateUpdate ( ) : void

Private Methods

Method Description
Start ( ) : void

Method Details

LateUpdate() protected method

protected LateUpdate ( ) : void
return void

Property Details

Damping public property

public float Damping
return float

Smooth public property

public bool Smooth
return bool

Target public property

public Transform Target
return Transform