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
The transform owner of this arrow.
| Exposed Value | Type | Default Value |
|---|---|---|
| public | Transform | None |
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 |
Function Definitions
Select the function name from below to jump directly to it on this page.
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. |