C# Class MenuCameraFollow, Heavy-Insertion

Inheritance: MonoBehaviour
Show file Open project: Rabenvald/Heavy-Insertion

Public Properties

Property Type Description
distance float
height float
heightDamping float
rotationDamping float
target GameObject

Public Methods

Method Description
LateUpdate ( ) : void
Start ( ) : void

Method Details

LateUpdate() public method

public LateUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

distance public property

public float distance
return float

height public property

public float height
return float

heightDamping public property

public float heightDamping
return float

rotationDamping public property

public float rotationDamping
return float

target public property

public GameObject target
return GameObject