C# Class Battlehub.RTSaveLoad.PersistentObjects.PersistentCamera

Inheritance: Battlehub.RTSaveLoad.PersistentObjects.PersistentBehaviour
显示文件 Open project: KanaHayama/3D-FFD

Public Properties

Property Type Description
allowHDR bool
allowMSAA bool
backgroundColor UnityEngine.Color
cameraType uint
clearFlags uint
clearStencilAfterLightingPass bool
cullingMask int
depth float
depthTextureMode uint
eventMask int
farClipPlane float
fieldOfView float
forceIntoRenderTexture bool
layerCullDistances float[]
layerCullSpherical bool
nearClipPlane float
opaqueSortMode uint
orthographic bool
orthographicSize float
pixelRect UnityEngine.Rect
rect UnityEngine.Rect
renderingPath uint
stereoConvergence float
stereoMirrorMode bool
stereoSeparation float
stereoTargetEye uint
targetDisplay int
targetTexture long
transparencySortAxis UnityEngine.Vector3
transparencySortMode uint
useJitteredProjectionMatrixForTransparentRendering bool
useOcclusionCulling bool

Public Methods

Method Description
FindDependencies ( T>.System.Collections.Generic.Dictionary dependencies, T>.System.Collections.Generic.Dictionary objects, bool allowNulls ) : void
ReadFrom ( object obj ) : void
WriteTo ( object obj, UnityEngine.Object>.System.Collections.Generic.Dictionary objects ) : object

Protected Methods

Method Description
GetDependencies ( UnityEngine.Object>.System.Collections.Generic.Dictionary dependencies, object obj ) : void

Method Details

FindDependencies() public method

public FindDependencies ( T>.System.Collections.Generic.Dictionary dependencies, T>.System.Collections.Generic.Dictionary objects, bool allowNulls ) : void
dependencies T>.System.Collections.Generic.Dictionary
objects T>.System.Collections.Generic.Dictionary
allowNulls bool
return void

GetDependencies() protected method

protected GetDependencies ( UnityEngine.Object>.System.Collections.Generic.Dictionary dependencies, object obj ) : void
dependencies UnityEngine.Object>.System.Collections.Generic.Dictionary
obj object
return void

ReadFrom() public method

public ReadFrom ( object obj ) : void
obj object
return void

WriteTo() public method

public WriteTo ( object obj, UnityEngine.Object>.System.Collections.Generic.Dictionary objects ) : object
obj object
objects UnityEngine.Object>.System.Collections.Generic.Dictionary
return object

Property Details

allowHDR public_oe property

public bool allowHDR
return bool

allowMSAA public_oe property

public bool allowMSAA
return bool

backgroundColor public_oe property

public UnityEngine.Color backgroundColor
return UnityEngine.Color

cameraType public_oe property

public uint cameraType
return uint

clearFlags public_oe property

public uint clearFlags
return uint

clearStencilAfterLightingPass public_oe property

public bool clearStencilAfterLightingPass
return bool

cullingMask public_oe property

public int cullingMask
return int

depth public_oe property

public float depth
return float

depthTextureMode public_oe property

public uint depthTextureMode
return uint

eventMask public_oe property

public int eventMask
return int

farClipPlane public_oe property

public float farClipPlane
return float

fieldOfView public_oe property

public float fieldOfView
return float

forceIntoRenderTexture public_oe property

public bool forceIntoRenderTexture
return bool

layerCullDistances public_oe property

public float[] layerCullDistances
return float[]

layerCullSpherical public_oe property

public bool layerCullSpherical
return bool

nearClipPlane public_oe property

public float nearClipPlane
return float

opaqueSortMode public_oe property

public uint opaqueSortMode
return uint

orthographic public_oe property

public bool orthographic
return bool

orthographicSize public_oe property

public float orthographicSize
return float

pixelRect public_oe property

public UnityEngine.Rect pixelRect
return UnityEngine.Rect

rect public_oe property

public UnityEngine.Rect rect
return UnityEngine.Rect

renderingPath public_oe property

public uint renderingPath
return uint

stereoConvergence public_oe property

public float stereoConvergence
return float

stereoMirrorMode public_oe property

public bool stereoMirrorMode
return bool

stereoSeparation public_oe property

public float stereoSeparation
return float

stereoTargetEye public_oe property

public uint stereoTargetEye
return uint

targetDisplay public_oe property

public int targetDisplay
return int

targetTexture public_oe property

public long targetTexture
return long

transparencySortAxis public_oe property

public UnityEngine.Vector3 transparencySortAxis
return UnityEngine.Vector3

transparencySortMode public_oe property

public uint transparencySortMode
return uint

useJitteredProjectionMatrixForTransparentRendering public_oe property

public bool useJitteredProjectionMatrixForTransparentRendering
return bool

useOcclusionCulling public_oe property

public bool useOcclusionCulling
return bool