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