struct TransformUpdatedArgs (Niantic.Experimental.ARDK.SharedAR.Transform.TransformUpdatedArgs)

注釈

This is an experimental feature. Experimental features should not be used in production products as they are subject to breaking changes, not officially supported, and may be deprecated without notice

struct TransformUpdatedArgs: Niantic.ARDK.Utilities.IArdkEventArgs {
    // fields

    string key;
    Matrix4x4 pose;

    // methods

    TransformUpdatedArgs(string _key, Matrix4x4 _pose);
};