Show / Hide Table of Contents

Struct RemoveDuplicatePointsSerialized

Serializable (pure-data) object representing a RemoveDuplicatePoints

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 RemoveDuplicatePointsSerialized

Fields

View Source

ModifiedAreaListTag

Tag that must be associated with the component used as the area list from which duplicates are removed.

Declaration
[DataMember]
public string ModifiedAreaListTag
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

UnmodifiedAreaListTag

Tag that must be associated with the component used as the unmodified area list.

Declaration
[DataMember]
public string UnmodifiedAreaListTag
Field Value
Type Description
string

Methods

View Source

FromRemoveDuplicatePoints(RemoveDuplicatePoints)

Converts RemoveDuplicatePoints to RemoveDuplicatePointsSerialized.

Declaration
public static RemoveDuplicatePointsSerialized FromRemoveDuplicatePoints(RemoveDuplicatePoints step)
Parameters
Type Name Description
RemoveDuplicatePoints step
Returns
Type Description
RemoveDuplicatePointsSerialized
View Source

ToRemoveDuplicatePoints()

Converts RemoveDuplicatePointsSerialized to RemoveDuplicatePoints.

Declaration
public RemoveDuplicatePoints ToRemoveDuplicatePoints()
Returns
Type Description
RemoveDuplicatePoints

Operators

View Source

implicit operator RemoveDuplicatePointsSerialized(RemoveDuplicatePoints)

Converts RemoveDuplicatePoints to RemoveDuplicatePointsSerialized.

Declaration
public static implicit operator RemoveDuplicatePointsSerialized(RemoveDuplicatePoints step)
Parameters
Type Name Description
RemoveDuplicatePoints step
Returns
Type Description
RemoveDuplicatePointsSerialized
View Source

implicit operator RemoveDuplicatePoints(RemoveDuplicatePointsSerialized)

Converts RemoveDuplicatePointsSerialized to RemoveDuplicatePoints.

Declaration
public static implicit operator RemoveDuplicatePoints(RemoveDuplicatePointsSerialized step)
Parameters
Type Name Description
RemoveDuplicatePointsSerialized step
Returns
Type Description
RemoveDuplicatePoints

Extension Methods

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