Table of Contents

Class CreateVector3

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

Represents an operator that creates a 3D vector element.

public class CreateVector3 : Source<Vector3>
Inheritance
CreateVector3
Inherited Members

Properties

X

Gets or sets the x-component of the vector.

Y

Gets or sets the y-component of the vector.

Z

Gets or sets the z-component of the vector.

Methods

Generate()

Generates an observable sequence that returns a 3D vector element.

Generate<TSource>(IObservable<TSource>)

Generates an observable sequence of 3D vectors, where each Vector3 object is emitted only when an observable sequence emits a notification.