Shared.Entity.Components.Movable
Type JSONpublic struct in Shared.Entity.Components
Type metadata
- Assembly
Shared - Namespace
Shared.Entity.Components - Base type
System.ValueType - Hash
C89AD3E85E7EB8F20CA6033D00B0736EEA709DA7068BA2B1D67AABDA5A6F8DC9
Relationships
Base type
System.ValueType
Referenced by types
Fields
| Name | Visibility | Signature |
|---|---|---|
Carriable# | public | public System.Boolean Carriable |
CarrierId# | public | public System.Nullable<System.Guid> CarrierId |
CarryStrengthRequirement# | public | public System.Single CarryStrengthRequirement |
CatapultedDamage# | public | public System.Single CatapultedDamage |
CatapultedImpactRadius# | public | public System.Single CatapultedImpactRadius |
ConstructionMaterials# | public | public Shared.Models.Construction.ConstructionMaterialsAggregate ConstructionMaterials |
Damage# | public | public Shared.Combat.DamageTypesArray Damage |
DamageVelocityThreshold# | public | public System.Single DamageVelocityThreshold |
DamageVfxType# | public | public Shared.Combat.DamageVfxType DamageVfxType |
ImpactRadius# | public | public System.Single ImpactRadius |
IsThrown# | public | public System.Boolean IsThrown |
KillWhenThrown# | public | public System.Boolean KillWhenThrown |
Offset# | public | public Microsoft.Xna.Framework.Vector3 Offset |
Pullable# | public | public System.Boolean Pullable |
Pushable# | public | public System.Boolean Pushable |
StrengthRequirement# | public | public System.Single StrengthRequirement |
ThrowerId# | public | public System.Nullable<System.Guid> ThrowerId |
ThrownCastSpellArgs# | public | public Shared.Helpers.CastSpellArgs ThrownCastSpellArgs |