MDLAsset.GetChildObjects(Class) Method

Definition

Gets the asset's child assets.

[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[]

Parameters

objectClass
Class

Returns

Attributes

Applies to