Class VectorSwizzle
Inheritance
System.Object
VectorSwizzle
Assembly: Mixture.Runtime.dll
Syntax
[Documentation("\r\nSwizzle the input vector, you can also choose tou output a custom value instead of a vector component.\r\n")]
[Serializable]
public class VectorSwizzle : MixtureNode
Fields
|
Improve this Doc
View Source
compW
Declaration
public VectorSwizzle.Component compW
Field Value
|
Improve this Doc
View Source
compX
Declaration
public VectorSwizzle.Component compX
Field Value
|
Improve this Doc
View Source
compY
Declaration
public VectorSwizzle.Component compY
Field Value
|
Improve this Doc
View Source
compZ
Declaration
public VectorSwizzle.Component compZ
Field Value
|
Improve this Doc
View Source
custom
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
Field Value
Type |
Description |
UnityEngine.Vector4 |
|
|
Improve this Doc
View Source
output
Declaration
Field Value
Type |
Description |
UnityEngine.Vector4 |
|
Properties
|
Improve this Doc
View Source
name
Declaration
public override string name { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
showDefaultInspector
Declaration
public override bool showDefaultInspector { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
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