UnityEngine.MatchTargetWeightMask.MatchTargetWeightMask C# (CSharp) 메소드

MatchTargetWeightMask() 공개 메소드

MatchTargetWeightMask contructor.

public MatchTargetWeightMask ( Vector3 positionXYZWeight, float rotationWeight ) : System
positionXYZWeight Vector3 Position XYZ weight.
rotationWeight float Rotation weight.
리턴 System
        public MatchTargetWeightMask(Vector3 positionXYZWeight, float rotationWeight)
        {
            this.m_PositionXYZWeight = positionXYZWeight;
            this.m_RotationWeight = rotationWeight;
        }
MatchTargetWeightMask