C# Class SEModAPIInternal.API.Entity.Sector.SectorObject.CubeGrid.CubeBlockManager

Inheritance: BaseObjectManager
ファイルを表示 Open project: rexxar-tc/SEServerExtender Class Usage Examples

Public Methods

Method Description
CubeBlockManager ( CubeGridEntity parent ) : System
CubeBlockManager ( CubeGridEntity parent, Object backingSource, string backingSourceMethodName ) : System

Protected Methods

Method Description
IsValidEntity ( Object entity ) : bool
LoadDynamic ( ) : void

Method Details

CubeBlockManager() public method

public CubeBlockManager ( CubeGridEntity parent ) : System
parent CubeGridEntity
return System

CubeBlockManager() public method

public CubeBlockManager ( CubeGridEntity parent, Object backingSource, string backingSourceMethodName ) : System
parent CubeGridEntity
backingSource Object
backingSourceMethodName string
return System

IsValidEntity() protected method

protected IsValidEntity ( Object entity ) : bool
entity Object
return bool

LoadDynamic() protected method

protected LoadDynamic ( ) : void
return void