Interface IPlayerObject.IManagedInterface
Represents the managed interface implemented by its unmanaged counterpart.
public interface IPlayerObject.IManagedInterface : IUnmanagedInterface
- Inherited Members
Methods
AttachToObject(IPlayerObject, Vector3, Vector3)
Attaches this player object to another player object with the specified offset and rotation.
void AttachToObject(IPlayerObject objekt, Vector3 offset, Vector3 rotation)
Parameters
objektIPlayerObjectThe player object to attach to.
offsetVector3The offset of this object relative to the target object.
rotationVector3The rotation of this object relative to the target object.
AttachToPlayer(IPlayer, Vector3, Vector3)
Attaches this player object to a player with the specified offset and rotation.
void AttachToPlayer(IPlayer player, Vector3 offset, Vector3 rotation)