FSO.LotView.Components.ObjectComponent.OnRotationChanged C# (CSharp) Method

OnRotationChanged() public method

public OnRotationChanged ( WorldState world ) : void
world WorldState
return void
        public override void OnRotationChanged(WorldState world)
        {
            base.OnRotationChanged(world);
            if (dgrp != null) {
                dgrp.InvalidateRotation();
            }
        }