UnityEngine.Joint.INTERNAL_get_axis C# (CSharp) Méthode

INTERNAL_get_axis() private méthode

private INTERNAL_get_axis ( Vector3 &value ) : void
value Vector3
Résultat void
        private extern void INTERNAL_get_axis(out Vector3 value);
        [MethodImpl(MethodImplOptions.InternalCall)]