Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
PrismSystem
Prism.CameraParams
C# Class PrismSystem.Prism.CameraParams
ファイルを表示
Open project: nobnak/Prism
Public Properties
Property
Type
Description
backgroundColor
UnityEngine.Color
clearFlags
CameraClearFlags
cullingMasks
UnityEngine.LayerMask
Public Methods
Method
Description
Load
(
Camera
c
) :
void
Save
(
Camera
c
) :
void
Method Details
Load()
public
method
public
Load
(
Camera
c
) :
void
c
UnityEngine.Camera
return
void
Save()
public
method
public
Save
(
Camera
c
) :
void
c
UnityEngine.Camera
return
void
Property Details
backgroundColor
public_oe property
public
Color,UnityEngine
backgroundColor
return
UnityEngine.Color
clearFlags
public_oe property
public
CameraClearFlags
clearFlags
return
CameraClearFlags
cullingMasks
public_oe property
public
LayerMask,UnityEngine
cullingMasks
return
UnityEngine.LayerMask