CinemachineFreeLook.Orbit Constructor

Cinemachine

CinemachineFreeLookOrbit Constructor

Constructor with specific values

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public Orbit(
	float h,
	float r
)
Cinemachine.Orbit = function(h, r);

Parameters

h
Type: SystemSingle

[Missing <param name="h"/> documentation for "M:Cinemachine.CinemachineFreeLook.Orbit.#ctor(System.Single,System.Single)"]

r
Type: SystemSingle

[Missing <param name="r"/> documentation for "M:Cinemachine.CinemachineFreeLook.Orbit.#ctor(System.Single,System.Single)"]

See Also