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);
        }