Struct DOTSDynamicBoneNaturalCollider_Tag
Implements
IComponentData
Namespace: DOTSDynamicBone.Collision
Assembly: cs.temp.dll.dll
Syntax
public struct DOTSDynamicBoneNaturalCollider_Tag : IComponentData
Fields
RigComponentEntity
Declaration
public Entity RigComponentEntity
Field Value
Type | Description |
---|---|
Entity | Entity that contains the RigComponent that this tag is linked to |
Methods
Create(Entity)
Declaration
public static DOTSDynamicBoneNaturalCollider_Tag Create(Entity RigComponentEntity)
Parameters
Type | Name | Description |
---|---|---|
Entity | RigComponentEntity |
Returns
Type | Description |
---|---|
DOTSDynamicBoneNaturalCollider_Tag |
Implements
IComponentData