ModelPrimitive Constructor (String) |
For convenience. Initializes a model primitive with the specified file path.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic ModelPrimitive(
string uri
)
Public Sub New (
uri As String
)
public:
ModelPrimitive(
String^ uri
)
new :
uri : string -> ModelPrimitive
Parameters
- uri
- Type: System.String
The path to the model file.
Remarks
See Also