OrganismStateSpecies Property |
Describes the characteristics of a creature through the
use of the ISpecies interface.
Namespace: Terrarium.Sdk.Classes.StateAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public ISpecies Species { get; }
<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public ReadOnly Property Species As ISpecies
Get
public:
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
property ISpecies^ Species {
ISpecies^ get ();
}
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
member Species : ISpecies with get
Return Value
Type:
ISpecies
ISpecies interface representing the characteristics of the creature.
See Also