Class CreatureCreationArguments
Class that represents creation arguments for creatures.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fibula.Creatures
Assembly: Fibula.Creatures.dll
Syntax
public class CreatureCreationArguments : IThingCreationArguments
Properties
| Improve this Doc View SourceMetadata
Gets or sets the metadata for the creature being created.
Declaration
public ICreatureCreationMetadata Metadata { get; set; }
Property Value
Type | Description |
---|---|
ICreatureCreationMetadata |
Type
Gets or sets the type of creature being created.
Declaration
public CreatureType Type { get; set; }
Property Value
Type | Description |
---|---|
CreatureType |