WeatherMakerScriptAllowCameras Field |
Cameras that render make should render with. Only cameras in this list are rendered. Defaults to main camera. The first object in the list is the primary camera, and is used to determine orthographic vs perspective setup, etc.
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public List<Camera> AllowCameras
Public AllowCameras As List(Of Camera)
public:
List<Camera^>^ AllowCameras
val mutable AllowCameras: List<Camera>
Field Value
Type:
ListCameraSee Also