[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for P:Mogware.VisualStudio.ColladaNet.Scene.Node.Type]

Namespace:  Mogware.VisualStudio.ColladaNet.Scene
Assembly:  Mogware.VisualStudio.ColladaNet (in Mogware.VisualStudio.ColladaNet.dll) Version: 1.0.0.3213 (1.0.0.3213)

Syntax

C#
public NodeType Type { get; set; }
Visual Basic (Declaration)
Public Property Type As NodeType
Visual C++
public:
property NodeType Type {
	NodeType get ();
	void set (NodeType value);
}

See Also