MDLAsset.GetChildObjects(Class) 方法

定义

获取资产的子资产。

[Foundation.Export("childObjectsOfClass:")]
[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[] GetChildObjects (ObjCRuntime.Class objectClass);
abstract member GetChildObjects : ObjCRuntime.Class -> ModelIO.MDLObject[]
override this.GetChildObjects : ObjCRuntime.Class -> ModelIO.MDLObject[]

参数

objectClass
Class

返回

属性

适用于