Share via


MDLObject.GetObject(String) Method

Definition

Returns the Model IO object at the specified path.

[Foundation.Export("objectAtPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual ModelIO.MDLObject GetObject(string path);
[<Foundation.Export("objectAtPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetObject : string -> ModelIO.MDLObject
override this.GetObject : string -> ModelIO.MDLObject

Parameters

path
String

Returns

Attributes

Applies to