C# Class cameraFocus, The-next-step

Inheritance: MonoBehaviour
Mostrar archivo Open project: esther5576/The-next-step

Public Properties

Property Type Description
Offset Vector3
_speed float

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
FocusOn ( Transform target ) : IEnumerator

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Offset public_oe property

public Vector3 Offset
return Vector3

_speed public_oe property

public float _speed
return float