UnityEngine.ParticleAnimator.INTERNAL_set_localRotationAxis C# (CSharp) Method

INTERNAL_set_localRotationAxis() private method

private INTERNAL_set_localRotationAxis ( Vector3 &value ) : void
value Vector3
return void
        private extern void INTERNAL_set_localRotationAxis(ref Vector3 value);
        [MethodImpl(MethodImplOptions.InternalCall)]