IMDLTransformComponent 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
프로토콜 IMDLTransformComponent의 필수 메서드(있는 경우)를 나타내는 인터페이스입니다.
[Foundation.Protocol(Name="MDLTransformComponent", WrapperType=typeof(ModelIO.MDLTransformComponentWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public interface IMDLTransformComponent : IDisposable, ModelIO.IMDLComponent
type IMDLTransformComponent = interface
interface INativeObject
interface IDisposable
interface IMDLComponent
- 파생
- 특성
- 구현
설명
이 인터페이스에는 에 정의된 IMDLTransformComponent프로토콜의 필수 메서드(있는 경우)가 포함되어 있습니다.
이 인터페이스를 구현하는 개체를 만드는 경우 구현 메서드는 프로토콜에 정의된 IMDLTransformComponent 메서드의 일치하는 서명과 함께 Objective-C로 자동으로 내보내됩니다.
선택적 메서드(있는 경우)는 클래스에서 인터페이스에 MDLTransformComponent_Extensions 대한 확장 메서드로 제공되므로 프로토콜에서 선택적 메서드를 호출할 수 있습니다.
속성
Handle |
관리되지 않는 개체 표현에 대한 핸들(포인터)입니다. (다음에서 상속됨 INativeObject) |
Matrix |
지정된 가장 빠른 시간에 변환의 행렬을 가져오거나 설정합니다. |
MaximumTime |
변환에서 마지막으로 지정된 시간을 가져옵니다. |
MinimumTime |
변환에서 지정된 첫 번째 시간을 가져옵니다. |
확장 메서드
GetKeyTimes(IMDLTransformComponent) |
프로토콜 IMDLTransformComponent의 필수 메서드(있는 경우)를 나타내는 인터페이스입니다. |
GetLocalTransform(IMDLTransformComponent, Double) |
지정된 시간에 로컬 변환을 가져옵니다. |
GetLocalTransform4x4(IMDLTransformComponent, Double) |
지정된 시간에 로컬 변환을 가져옵니다. |
GetMatrix4x4(IMDLTransformComponent) |
지정된 시간에 로컬 변환 행렬을 가져옵니다. |
GetResetsTransform(IMDLTransformComponent) |
프로토콜 IMDLTransformComponent의 필수 메서드(있는 경우)를 나타내는 인터페이스입니다. |
SetLocalTransform(IMDLTransformComponent, Matrix4) |
시간 기반 변환을 비롯한 모든 변환 정보를 지정된 정적 변환으로 바꿉니다. |
SetLocalTransform(IMDLTransformComponent, Matrix4, Double) |
프로토콜 IMDLTransformComponent의 필수 메서드(있는 경우)를 나타내는 인터페이스입니다. |
SetLocalTransform4x4(IMDLTransformComponent, NMatrix4) |
시간 기반 변환을 비롯한 모든 변환 정보를 지정된 정적 변환으로 바꿉니다. |
SetLocalTransform4x4(IMDLTransformComponent, NMatrix4, Double) |
지정된 시간에 지정된 변환을 삽입합니다. |
SetMatrix4x4(IMDLTransformComponent, NMatrix4) |
변환 행렬을 로컬 공간에서 부모 공간으로 설정합니다. |
SetResetsTransform(IMDLTransformComponent, Boolean) |
지정된 시간에 지정된 변환을 삽입합니다. |