Table of Contents

Interface IEntity

Namespace
S1API.Entities.Interfaces
Assembly
S1API.dll

Represents an entity within the game world.

public interface IEntity
Extension Methods

Properties

Position

The world position of the entity.

Vector3 Position { get; set; }

Property Value

Vector3

Scale

The scale of the entity.

float Scale { get; set; }

Property Value

float

gameObject

INTERNAL: Tracking of the GameObject associated with this entity.

GameObject gameObject { get; }

Property Value

GameObject