OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Interface IGameObject

Represents a physical object in the game.

Namespace: OpenMod.Extensions.Games.Abstractions.Entities
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public interface IGameObject

Properties

| Improve this Doc View Source

Transform

Gets the transform of the object.

Declaration
IWorldTransform Transform { get; }
Property Value
Type Description
IWorldTransform

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)