UnityEngine.HingeJoint.INTERNAL_set_motor C# (CSharp) Метод

INTERNAL_set_motor() приватный Метод

private INTERNAL_set_motor ( JointMotor &value ) : void
value JointMotor
Результат void
        private extern void INTERNAL_set_motor(ref JointMotor value);
        [MethodImpl(MethodImplOptions.InternalCall)]