Back To Index

ArrowView

Jump To Parameters
Jump To Function Definitions


Parameter Definitions

Select the parameter name from below to jump directly to it on this page.

owner
viewId


owner

The transform owner of this arrow.

Exposed Value Type Default Value
public Transform None

Back To Top


viewId

Reference value only, this will be set externally by different functions. “
This is the unique id for this arrow that will match the networked versions.

Exposed Value Type Default Value
public int 0

Back To Top

Function Definitions

Select the function name from below to jump directly to it on this page.

NetworkSetPosRot


public virtual void NetworkSetPosRot(RaycastHit hit)

Set the position and rotation over the network if this arrow is the owner based on the raycast hit information.

Expose Value Overrideable Returns
public True Does not return anything
Parameter Name Description
hit RaycastHit type, Where to set the position and rotation to over the network.

Back To Top