C# Class Pluton.BuildingPart

Inheritance: Entity
ファイルを表示 Open project: Notulp/Pluton Class Usage Examples

Public Methods

Method Description
BuildingPart ( BuildingBlock bb ) : System
Destroy ( ) : void
FindSocket ( string name ) : Socket_Base
IsBuildingPart ( ) : bool
Rotate ( ) : void

Private Methods

Method Description
OnSerializing ( StreamingContext context ) : void

Method Details

BuildingPart() public method

public BuildingPart ( BuildingBlock bb ) : System
bb BuildingBlock
return System

Destroy() public method

public Destroy ( ) : void
return void

FindSocket() public method

public FindSocket ( string name ) : Socket_Base
name string
return Socket_Base

IsBuildingPart() public method

public IsBuildingPart ( ) : bool
return bool

Rotate() public method

public Rotate ( ) : void
return void