Click or drag to resize

NativePlayerObject Methods

The NativePlayerObject 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 methodAttachPlayerObjectToPlayer
Public methodAttachPlayerObjectToVehicle
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 methodDestroyPlayerObject
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
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 methodGetPlayerObjectModel
Public methodGetPlayerObjectPos
Public methodGetPlayerObjectRot
Public methodGetType (Inherited from Object.)
Public methodIsPlayerObjectMoving
Public methodIsValidPlayerObject
Protected methodMemberwiseClone (Inherited from Object.)
Public methodMovePlayerObject
Protected methodOnDestroyComponent
This method is invoked before this component is destroyed and removed from its entity.
(Inherited from Component.)
Protected methodOnInitializeComponent (Overrides ComponentOnInitializeComponent.)
Public methodSetPlayerObjectMaterial
Public methodSetPlayerObjectMaterialText
Public methodSetPlayerObjectNoCameraCol
Public methodSetPlayerObjectPos
Public methodSetPlayerObjectRot
Public methodStopPlayerObject
Public methodToString (Inherited from Object.)
Top
See Also