Interface ISceneObject
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; }