FSO.LotView.WorldComponent.OnRotationChanged C# (CSharp) Method

OnRotationChanged() public method

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