Show / Hide Table of Contents

Struct RectanglesToAreasSerialized

Serializable (pure-data) object representing a RectanglesToAreas

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.GetType()
object.Equals(object, object)
object.ReferenceEquals(object, object)
Namespace: GoRogue.SerializedTypes.MapGeneration.Steps.Translation
Assembly: GoRogue.dll
Syntax
[DataContract]
public struct RectanglesToAreasSerialized

Fields

View Source

AreasComponentTag

Tag that must be associated with the component used to store the resulting areas.

Declaration
[DataMember]
public string AreasComponentTag
Field Value
Type Description
string
View Source

Name

Name of the generation step.

Declaration
[DataMember]
public string Name
Field Value
Type Description
string
View Source

RectanglesComponentTag

Tag that must be associated with the component used as input rectangles.

Declaration
[DataMember]
public string RectanglesComponentTag
Field Value
Type Description
string
View Source

RemoveSourceComponent

Whether or not to remove the input list of rectangles from the context.

Declaration
[DataMember]
public bool RemoveSourceComponent
Field Value
Type Description
bool

Methods

View Source

FromRectanglesToAreas(RectanglesToAreas)

Converts RectanglesToAreas to RectanglesToAreasSerialized.

Declaration
public static RectanglesToAreasSerialized FromRectanglesToAreas(RectanglesToAreas step)
Parameters
Type Name Description
RectanglesToAreas step
Returns
Type Description
RectanglesToAreasSerialized
View Source

ToRectanglesToAreas()

Converts RectanglesToAreasSerialized to RectanglesToAreas.

Declaration
public RectanglesToAreas ToRectanglesToAreas()
Returns
Type Description
RectanglesToAreas

Operators

View Source

implicit operator RectanglesToAreasSerialized(RectanglesToAreas)

Converts RectanglesToAreas to RectanglesToAreasSerialized.

Declaration
public static implicit operator RectanglesToAreasSerialized(RectanglesToAreas step)
Parameters
Type Name Description
RectanglesToAreas step
Returns
Type Description
RectanglesToAreasSerialized
View Source

implicit operator RectanglesToAreas(RectanglesToAreasSerialized)

Converts RectanglesToAreasSerialized to RectanglesToAreas.

Declaration
public static implicit operator RectanglesToAreas(RectanglesToAreasSerialized step)
Parameters
Type Name Description
RectanglesToAreasSerialized step
Returns
Type Description
RectanglesToAreas

Extension Methods

Utility.Yield<T>(T)
  • View Source
In this article
Back to top Generated by DocFX