Tesseract Engine Documentation

GpuVariable.AddProperty Method

Add a single property to the GpuVariable, before setting texture data.

Overload List

Add a single property to the GpuVariable, before setting texture data.

public virtual void AddProperty(Quaternion);

Add a single property to the GpuVariable, before setting texture data.

public virtual void AddProperty(Vector2);

Add a single property to the GpuVariable, before setting texture data.

public virtual void AddProperty(Vector3);

Add a single property to the GpuVariable, before setting texture data.

public virtual void AddProperty(Vector4);

Add a single property to the GpuVariable, before setting texture data.

public virtual void AddProperty(Single);

See Also

GpuVariable Class | DarkWynter.Stream.PhysicsGpu Namespace