Class BreakVectorNode
Inheritance
System.Object
BreakVectorNode
Assembly: Mixture.Runtime.dll
Syntax
[Serializable]
public class BreakVectorNode : MixtureNode
Fields
|
Improve this Doc
View Source
vector
Declaration
Field Value
Type |
Description |
UnityEngine.Vector4 |
|
|
Improve this Doc
View Source
W
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
X
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Y
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Z
Declaration
Field Value
Type |
Description |
System.Single |
|
Properties
|
Improve this Doc
View Source
name
Declaration
public override string name { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
ProcessNode(CommandBuffer)
Declaration
protected override bool ProcessNode(CommandBuffer cmd)
Parameters
Type |
Name |
Description |
UnityEngine.Rendering.CommandBuffer |
cmd |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides