Class ObjectTypeEntry<T>
Represents an entry for a certain object type.
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: InsaneScatterbrain.MapGraph
Syntax
[Serializable]
public abstract class ObjectTypeEntry<T> : IObjectTypeEntry<T> where T : Object
Type Parameters
Name | Description |
---|---|
T | The type of Object represented by this entry. |
Properties
Value
Declaration
public abstract T Value { get; set; }
Property Value
Type | Description |
---|---|
T |
Weight
Declaration
public float Weight { get; set; }
Property Value
Type | Description |
---|---|
float |