Click or drag to resize
RagdollPartImpactLayerStrength Class
A class for associating a strength value with a layer.
Inheritance Hierarchy
SystemObject
  CandlelightBackingFieldCompatibleObject
    CandlelightIdentifiableBackingFieldCompatibleObjectWrapper
      CandlelightIdentifiableBackingFieldCompatibleObjectWrapperInt32, Single
        Candlelight.PhysicsRagdollPartImpactLayerStrength

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
[SerializableAttribute]
public sealed class ImpactLayerStrength : IdentifiableBackingFieldCompatibleObjectWrapper<int, float>

The RagdollPartImpactLayerStrength type exposes the following members.

Constructors
  NameDescription
Public methodRagdollPartImpactLayerStrength
Initializes a new instance of the RagdollPartImpactLayerStrength class.
Top
Methods
Properties
Remarks
This class exists only for serialization and inspector drawing purposes. [!:ImpactLayerStrength.Identifier] is a layer index and [!:ImpactLayerStrength.Data] is a strength value.
See Also