Table of Contents

Struct CeresGraphIdentifier

Namespace
Ceres.Graph
Assembly
cs.temp.dll.dll

Identifier for ICeresGraphContainer instance

public struct CeresGraphIdentifier : IEquatable<CeresGraphIdentifier>
Implements
Inherited Members
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)

Fields

boundObject

public UObject boundObject

Field Value

UObject

containerType

public string containerType

Field Value

string

Methods

Equals(CeresGraphIdentifier)

public bool Equals(CeresGraphIdentifier other)

Parameters

other CeresGraphIdentifier

Returns

bool

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetContainer<TContainer>()

Get ICeresGraphContainer from identifier

public TContainer GetContainer<TContainer>() where TContainer : class, ICeresGraphContainer

Returns

TContainer

Type Parameters

TContainer

GetHashCode()

public override int GetHashCode()

Returns

int

IsValid()

public bool IsValid()

Returns

bool

ToString()

public override string ToString()

Returns

string