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 SourceTransform
Gets the transform of the object.
Declaration
IWorldTransform Transform { get; }
Property Value
Type | Description |
---|---|
IWorldTransform |