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

Inheritance: SelObj
Mostrar archivo Open project: BraveSirAndrew/duality

Public Methods

Method Description
Create ( Duality.Components.Physics.ShapeInfo shape ) : SelShape
IsActionAvailable ( IObjectAction action ) : bool

Protected Methods

Method Description
SelShape ( Duality.Components.Physics.ShapeInfo shape ) : System.Drawing

Method Details

Create() public static method

public static Create ( Duality.Components.Physics.ShapeInfo shape ) : SelShape
shape Duality.Components.Physics.ShapeInfo
return SelShape

IsActionAvailable() public method

public IsActionAvailable ( IObjectAction action ) : bool
action IObjectAction
return bool

SelShape() protected method

protected SelShape ( Duality.Components.Physics.ShapeInfo shape ) : System.Drawing
shape Duality.Components.Physics.ShapeInfo
return System.Drawing