Enum OutlineSource
Ways to select the source for outline edge detection.
public enum OutlineSource
Fields
AlternateTexture = 1Use an alternate texture as the source.
CameraColor = 0Use the camera color texture as the source.
DepthTexture = 3Use the depth texture as the source.
NormalsTexture = 2Use the normals texture as the source.