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

Inheritance: BaseObjectManager
Afficher le fichier Open project: rexxar-tc/SEServerExtender Class Usage Examples

Méthodes publiques

Méthode Description
CubeBlockManager ( CubeGridEntity parent ) : System
CubeBlockManager ( CubeGridEntity parent, Object backingSource, string backingSourceMethodName ) : System

Méthodes protégées

Méthode Description
IsValidEntity ( Object entity ) : bool
LoadDynamic ( ) : void

Method Details

CubeBlockManager() public méthode

public CubeBlockManager ( CubeGridEntity parent ) : System
parent CubeGridEntity
Résultat System

CubeBlockManager() public méthode

public CubeBlockManager ( CubeGridEntity parent, Object backingSource, string backingSourceMethodName ) : System
parent CubeGridEntity
backingSource Object
backingSourceMethodName string
Résultat System

IsValidEntity() protected méthode

protected IsValidEntity ( Object entity ) : bool
entity Object
Résultat bool

LoadDynamic() protected méthode

protected LoadDynamic ( ) : void
Résultat void