Table of Contents

Interface ISceneObject

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Interface for scene objects with a unique ID and associated GameObject in FishMMO.

public interface ISceneObject

Properties

GameObject

The Unity GameObject associated with this scene object.

GameObject GameObject { get; }

Property Value

GameObject

ID

Unique identifier for the scene object.

long ID { get; set; }

Property Value

long