예제 #1
0
        public ConstraintDestination(Transform t, Transform modelRoot = null)
        {
            Destination  = t;
            LocalInitial = TR.FromLocal(t);

            if (modelRoot != null)
            {
                ModelRoot    = modelRoot;
                ModelInitial = TR.FromRelative(t, modelRoot);
            }
        }