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

Calculates aimPoint based on camera current looking direction
Inheritance: MonoBehaviour
Exibir arquivo 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_oe property

public Vector3 aimPoint
return Vector3

pitch public_oe property

public float pitch
return float

yaw public_oe property

public float yaw
return float