[This is preliminary documentation and is subject to change.]
The Fire type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| DesiredBurnDuration |
Gets or sets the desired burn duration.
| |
| ElapsedBurnDuration |
Gets or sets how long this fire has been burning for.
| |
| Offset | Gets or sets the position of this instance. If ParentEntity is null, this property has the same value as Position; the position is in world space; otherwise it is relative to the parent entity. | |
| OwningEntity | Gets or sets the entity this fire belongs to. Damage inflicted by fires is attributed to the owner. | |
| ParentEntity |
Gets the entity this fire is attached to.
| |
| Position |
Gets or sets the position of this instance.
| |
| SpreadRadius |
Gets or sets how far the fire spreads.
|
See Also