Show / Hide Table of Contents

Class CustomMapZone

Used to create custom map zones

Inheritance
object
Object
ScriptableObject
CustomMapZone
Inherited Members
ScriptableObject.SetDirty()
ScriptableObject.CreateInstance(string)
ScriptableObject.CreateInstance(Type)
ScriptableObject.CreateInstance<T>()
Namespace: WeaverCore.Features
Assembly: WeaverCore.dll
Syntax
public class CustomMapZone : ScriptableObject

Fields

| Edit this page View Source

MapZoneBackgroundImage

The background image used in the save file selection menu

Declaration
public Sprite MapZoneBackgroundImage
Field Value
Type Description
Sprite
| Edit this page View Source

MapZoneID

The unique id of the map zone

Declaration
public int MapZoneID
Field Value
Type Description
int
| Edit this page View Source

MapZoneName

The name of the map zone

Declaration
public string MapZoneName
Field Value
Type Description
string

Properties

| Edit this page View Source

MapZone

Declaration
public MapZone MapZone { get; }
Property Value
Type Description
MapZone

Methods

| Edit this page View Source

GetInternalName()

Declaration
public string GetInternalName()
Returns
Type Description
string

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾