Click or drag to resize

GangZone Methods

The GangZone type exposes the following members.

Methods
  NameDescription
Public methodAddComponentT
Adds a component of the specified type T to the entity.
(Inherited from Component.)
Public methodAddComponentT(Object)
Adds a component of the specified type T to the entity with the specified constructor args.
(Inherited from Component.)
Public methodDestroy
Destroys this component.
(Inherited from Component.)
Public methodDestroyComponentsT
Destroys the components of the specified type T attached to the entity.
(Inherited from Component.)
Public methodDestroyEntity
Destroys the entity.
(Inherited from Component.)
Public methodEquals (Inherited from Object.)
Public methodFlash(Color)
Flashes this GangZone.
Public methodFlash(EntityId)
Flashes this GangZone for the specified player.
Public methodFlash(EntityId, Color)
Flashes this GangZone for the specified player.
Public methodGetComponentT
Gets a component of the specified type T attached to the entity.
(Inherited from Component.)
Public methodGetComponentInChildrenT
Gets a component of the specified type T attached to a child entity of the entity using a depth first search.
(Inherited from Component.)
Public methodGetComponentInParentT
Gets a component of the specified type T attached to a parent entity of the entity.
(Inherited from Component.)
Public methodGetComponentsT
Gets all components of the specified type T attached to the entity.
(Inherited from Component.)
Public methodGetComponentsInChildrenT
Gets all components of the specified type T attached to a child entity of the entity.
(Inherited from Component.)
Public methodGetComponentsInParentT
Gets all components of the specified type T attached to a parent entity of the entity.
(Inherited from Component.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodHide
Hides this GangZone.
Public methodHide(EntityId)
Hides this GangZone for the specified player.
Public methodShow
Shows this GangZone.
Public methodShow(EntityId)
Shows this GangZone to the specified player.
Public methodStopFlash
Stops this GangZone from flash.
Public methodStopFlash(EntityId)
Stops this GangZone from flash for the specified player.
Public methodToString (Inherited from Object.)
Top
See Also