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

Simple script for mouse aim around a specific target
In our case, the target is a little above characters's shoulder
Inheritance: MonoBehaviour
Mostra file Open project: atrakeur/unity-unet-authoritative-networking Class Usage Examples

Public Properties

Property Type Description
target GameObject

Public Methods

Method Description
RunUpdate ( float delta ) : void
SetTarget ( GameObject target ) : void

Method Details

RunUpdate() public method

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

SetTarget() public method

public SetTarget ( GameObject target ) : void
target GameObject
return void

Property Details

target public_oe property

public GameObject target
return GameObject