Class FollowCamera
Inherited Members
Namespace: ShortAnimationClips
Syntax
public class FollowCamera : MonoBehaviour
Fields
degreesPerSecond
Declaration
public float degreesPerSecond
Field Value
| Type | Description |
|---|---|
| Single |
heightOffset
Declaration
public float heightOffset
Field Value
| Type | Description |
|---|---|
| Single |
maximumYawAngle
Declaration
public float maximumYawAngle
Field Value
| Type | Description |
|---|---|
| Single |
minimumHeight
Declaration
public float minimumHeight
Field Value
| Type | Description |
|---|---|
| Single |
smoothFactor
Declaration
[Range(0.01F, 1F)]
public float smoothFactor
Field Value
| Type | Description |
|---|---|
| Single |
targetTransform
Declaration
public Transform targetTransform
Field Value
| Type | Description |
|---|---|
| Transform |