다음을 통해 공유


MDLObject.SetComponent 메서드

정의

오버로드

SetComponent(IMDLComponent, Protocol)

지정된 프로토콜에 대해 이 MDLOBject와 연결 component 합니다.

SetComponent(IMDLComponent, Type)

지정된 type에 제공할 개체를 만듭니 component 다.

SetComponent(IMDLComponent, Protocol)

지정된 프로토콜에 대해 이 MDLOBject와 연결 component 합니다.

[Foundation.Export("setComponent:forProtocol:")]
public virtual void SetComponent (ModelIO.IMDLComponent component, ObjCRuntime.Protocol protocol);
abstract member SetComponent : ModelIO.IMDLComponent * ObjCRuntime.Protocol -> unit
override this.SetComponent : ModelIO.IMDLComponent * ObjCRuntime.Protocol -> unit

매개 변수

component
IMDLComponent

프로토콜과 연결할 구성 요소입니다.

protocol
Protocol

구성 요소와 연결할 프로토콜입니다.

특성

적용 대상

SetComponent(IMDLComponent, Type)

지정된 type에 제공할 개체를 만듭니 component 다.

public void SetComponent (ModelIO.IMDLComponent component, Type type);
member this.SetComponent : ModelIO.IMDLComponent * Type -> unit

매개 변수

component
IMDLComponent

형식과 연결할 구성 요소입니다.

type
Type

구성 요소와 연결할 형식입니다.

적용 대상