FSO.LotView.WorldComponent.OnRotationChanged C# (CSharp) 메소드

OnRotationChanged() 공개 메소드

public OnRotationChanged ( FSO.LotView.WorldState world ) : void
world FSO.LotView.WorldState
리턴 void
        public virtual void OnRotationChanged(WorldState world)
        {
            OnWorldChanged(world);
        }