MDLObject.GetObject(String) 方法

定义

返回指定路径处的模型 IO 对象。

[Foundation.Export("objectAtPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual ModelIO.MDLObject GetObject (string path);
abstract member GetObject : string -> ModelIO.MDLObject
override this.GetObject : string -> ModelIO.MDLObject

参数

path
String

返回

属性

适用于