Summary
Initialize this portal to the given view type,
and try to get user's camera for portal camera use.
- Namespace
- ASL
.PortalSystem - Containing Type
- Portal
Syntax
public void Initialize(Portal.ViewType viewType, GameObject user)
Parameters
| Name | Type | Description |
|---|---|---|
| viewType | Portal |
The type of view to be set. |
| user | GameObject | The GameObject to retreive the user camera from. |
Return Value
| Type | Description |
|---|---|
| void |