AlarmLight.FixedUpdate C# (CSharp) 메소드

FixedUpdate() 개인적인 메소드

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