MDLObject
MDLObject()
MDLObject(IntPtr)
MDLObject(NativeHandle)
MDLObject(NSObjectFlag)
Children
ClassHandle
Components
Hidden
Instance
Name
Parent
Path
Transform
AddChild(MDLObject)
Dispose(Boolean)
EnumerateChildObjects(Class, MDLObject, MDLObjectHandler, Boolean)
FromNode(SCNNode)
FromNode(SCNNode, IMDLMeshBufferAllocator)
GetBoundingBox(Double)
GetComponent(Protocol)
GetComponent(Type)
GetObject(String)
IsComponentConforming(Protocol)
SetComponent(IMDLComponent, Protocol)
SetComponent(IMDLComponent, Type)
xamarinios
namespace ModelIO
{
[Introduced(PlatformName.iOS, 9, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 11, PlatformArchitecture.All, null)]
[Register("MDLObject", true)]
public class MDLObject : NSObject, IMDLNamed, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Export("componentConformingToProtocol:")]
[Obsolete("Use 'GetComponent (Type type)'.", false)]
public virtual IMDLComponent? IsComponentConforming(Protocol! protocol);
}
}
Xamarin iOS | 0.0 |
---|---|
Xamarin macOS | 0.0 |
Xamarin tvOS | 0.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Obsolete | Use 'GetComponent (Type type)'. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API