C# Class CameraAimPoint, unity-unet-authoritative-networking

Calculates aimPoint based on camera current looking direction
Inheritance: MonoBehaviour
Show file Open project: atrakeur/unity-unet-authoritative-networking Class Usage Examples

Public Properties

Property Type Description
aimPoint Vector3
pitch float
yaw float

Public Methods

Method Description
RunUpdate ( float delta ) : void

Method Details

RunUpdate() public method

public RunUpdate ( float delta ) : void
delta float
return void

Property Details

aimPoint public property

public Vector3 aimPoint
return Vector3

pitch public property

public float pitch
return float

yaw public property

public float yaw
return float