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

[Missing <summary> documentation for P:Mogware.VisualStudio.ColladaNet.Input.Offset]

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

Syntax

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

See Also