AGS.Types.RoomHotspot.RoomHotspot C# (CSharp) Méthode

RoomHotspot() static private méthode

static private RoomHotspot ( ) : System
Résultat System
        static RoomHotspot()
        {
            _interactionSchema = new InteractionSchema(new string[] {"Stands on hotspot",
                "$$01 hotspot","$$02 hotspot","Use inventory on hotspot",
                "$$03 hotspot", "Any click on hotspot","Mouse moves over hotspot",
                "$$05 hotspot", "$$08 hotspot", "$$09 hotspot"},
                new string[] { "WalkOn", "Look", "Interact", "UseInv", "Talk", "AnyClick", "MouseMove", "PickUp", "Mode8", "Mode9" });
        }

Same methods

RoomHotspot::RoomHotspot ( IChangeNotification changeNotifier ) : System