Click or drag to resize

Vector3Property Constructor (Single, Single, Single)

Initializes a new instance of the Vector3Property class

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public Vector3Property(
	float x,
	float y,
	float z
)

Parameters

x
Type: SystemSingle

[Missing <param name="x"/> documentation for "M:Demo3D.Visuals.Vector3Property.#ctor(System.Single,System.Single,System.Single)"]

y
Type: SystemSingle

[Missing <param name="y"/> documentation for "M:Demo3D.Visuals.Vector3Property.#ctor(System.Single,System.Single,System.Single)"]

z
Type: SystemSingle

[Missing <param name="z"/> documentation for "M:Demo3D.Visuals.Vector3Property.#ctor(System.Single,System.Single,System.Single)"]

See Also