C# Class LerpCameraToPositionZone

Inheritance: MonoBehaviour
ファイルを表示 Open project: ferdbold/littleawfuljam2016

Public Properties

Property Type Description
targetTransform Transform

Public Methods

Method Description
GetLerpAlpha ( ) : float
OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : void
Start ( ) : void

Method Details

GetLerpAlpha() public method

public GetLerpAlpha ( ) : float
return float

OnTriggerEnter() public method

public OnTriggerEnter ( Collider other ) : void
other Collider
return void

OnTriggerExit() public method

public OnTriggerExit ( Collider other ) : void
other Collider
return void

Start() public method

public Start ( ) : void
return void

Property Details

targetTransform public_oe property

public Transform targetTransform
return Transform