Class EdgeDetect
Inheritance
System.Object
EdgeDetect
Assembly: Mixture.Runtime.dll
Syntax
[Documentation("\r\nDetect the edges in the input texture, this node uses a Sobel filter to do so.\r\n\r\nYou can use the mode to either output the edges in black and white or output the edges multiplied by the input color.\r\n")]
[Serializable]
public class EdgeDetect : FixedShaderNode, IUseCustomRenderTextureProcessing
Properties
|
Improve this Doc
View Source
displayMaterialInspector
Declaration
public override bool displayMaterialInspector { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
name
Declaration
public override string name { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
shaderName
Declaration
public override string shaderName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Implements