C# Class SmoothLookAt, Unity3D-CoverFlow

Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

public float Damping
return float

Smooth public_oe property

public bool Smooth
return bool

Target public_oe property

public Transform Target
return Transform