C# Class SEModAPIInternal.API.Entity.Sector.SectorObject.FloatingObjectManager

Exibir arquivo Open project: rexxar-tc/SEServerExtender Class Usage Examples

Public Properties

Property Type Description
FloatingObjectManagerClass string
FloatingObjectManagerNamespace string
FloatingObjectManagerRemoveFloatingObjectMethod string

Private Properties

Property Type Description

Public Methods

Method Description
ReflectionUnitTest ( ) : bool
RemoveFloatingObject ( FloatingObject floatingObject ) : void

Protected Methods

Method Description
FloatingObjectManager ( ) : System
InternalRemoveFloatingObject ( ) : void

Method Details

FloatingObjectManager() protected method

protected FloatingObjectManager ( ) : System
return System

InternalRemoveFloatingObject() protected method

protected InternalRemoveFloatingObject ( ) : void
return void

ReflectionUnitTest() public static method

public static ReflectionUnitTest ( ) : bool
return bool

RemoveFloatingObject() public method

public RemoveFloatingObject ( FloatingObject floatingObject ) : void
floatingObject FloatingObject
return void

Property Details

FloatingObjectManagerClass public_oe static_oe property

public static string FloatingObjectManagerClass
return string

FloatingObjectManagerNamespace public_oe static_oe property

public static string FloatingObjectManagerNamespace
return string

FloatingObjectManagerRemoveFloatingObjectMethod public_oe static_oe property

public static string FloatingObjectManagerRemoveFloatingObjectMethod
return string