C# Class Duality.Editor.Plugins.CamView.CamViewStates.RigidBodyEditorCamViewState.SelLoopShape

Inheritance: SelShape
Mostrar archivo Open project: BraveSirAndrew/duality

Public Methods

Method Description
SelLoopShape ( LoopShapeInfo shape ) : System.Drawing
UpdateActionText ( IObjectAction action, bool performing ) : string
UpdateLoopStats ( ) : void

Private Methods

Method Description
MoveCenterTo ( Vector2 newPos ) : void
RotateTo ( float newAngle ) : void
ScaleTo ( Vector2 newScale ) : void

Method Details

SelLoopShape() public method

public SelLoopShape ( LoopShapeInfo shape ) : System.Drawing
shape LoopShapeInfo
return System.Drawing

UpdateActionText() public method

public UpdateActionText ( IObjectAction action, bool performing ) : string
action IObjectAction
performing bool
return string

UpdateLoopStats() public method

public UpdateLoopStats ( ) : void
return void