AlarmLight.FixedUpdate C# (CSharp) Method

FixedUpdate() private method

private FixedUpdate ( ) : void
return void
    void FixedUpdate()
    {
        transform.Rotate(0.0f, 90.0f * Time.fixedDeltaTime, 0.0f);
    }