Portal.

Initialize(Portal.ViewType, GameObject) Method

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.ViewType The type of view to be set.
user GameObject The GameObject to retreive the user camera from.

Return Value

Type Description
void