Class OutlineParameters
- Namespace
- EPOOutline
- Assembly
- Assembly-CSharp-firstpass.dll
public class OutlineParameters
- Inheritance
-
OutlineParameters
- Inherited Members
-
- Extension Methods
-
Constructors
OutlineParameters()
public OutlineParameters()
Fields
Antialiasing
Field Value
- int
BlitMesh
Field Value
- Mesh
BlurIterations
public int BlurIterations
Field Value
- int
BlurShift
Field Value
- float
BlurType
Field Value
- BlurType
Buffer
public CommandBuffer Buffer
Field Value
- CommandBuffer
Camera
Field Value
- Camera
CustomViewport
public Rect? CustomViewport
Field Value
- Rect?
DepthTarget
public RenderTargetIdentifier DepthTarget
Field Value
- RenderTargetIdentifier
DilateIterations
public int DilateIterations
Field Value
- int
DilateQuality
public DilateQuality DilateQuality
Field Value
- DilateQuality
DilateShift
Field Value
- float
EyeMask
public StereoTargetEyeMask EyeMask
Field Value
- StereoTargetEyeMask
IsEditorCamera
public bool IsEditorCamera
Field Value
- bool
Mask
Field Value
- LayerMask
MeshPool
public readonly MeshPool MeshPool
Field Value
- MeshPool
OutlinablesToRender
public List<Outlinable> OutlinablesToRender
Field Value
- List<Outlinable>
OutlineLayerMask
public long OutlineLayerMask
Field Value
- long
PrimaryBufferScale
public float PrimaryBufferScale
Field Value
- float
PrimaryBufferSizeMode
public BufferSizeMode PrimaryBufferSizeMode
Field Value
- BufferSizeMode
PrimaryBufferSizeReference
public int PrimaryBufferSizeReference
Field Value
- int
Scale
Field Value
- Vector2
Target
public RenderTargetIdentifier Target
Field Value
- RenderTargetIdentifier
TargetHeight
Field Value
- int
TargetWidth
Field Value
- int
UseHDR
Field Value
- bool
UseInfoBuffer
public bool UseInfoBuffer
Field Value
- bool
isInitialized
public bool isInitialized
Field Value
- bool
Methods
CheckDiffers(Outlinable)
public static bool CheckDiffers(Outlinable outlinable)
Parameters
outlinable
Outlinable
Returns
- bool
CheckIfNonOne(OutlineProperties)
public static bool CheckIfNonOne(Outlinable.OutlineProperties parameters)
Parameters
parameters
Outlinable.OutlineProperties
Returns
- bool
CheckInitialization()
public void CheckInitialization()
MakeScaledVector(int, int)
public Vector2Int MakeScaledVector(int x, int y)
Parameters
x
int
y
int
Returns
- Vector2Int
Prepare()