次の方法で共有


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

戻り値

属性

適用対象