C# Class MenuCameraFollow, Heavy-Insertion

Inheritance: MonoBehaviour
ファイルを表示 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_oe property

public float distance
return float

height public_oe property

public float height
return float

heightDamping public_oe property

public float heightDamping
return float

rotationDamping public_oe property

public float rotationDamping
return float

target public_oe property

public GameObject target
return GameObject