Click or drag to resize
IRagdollBinderT Interface
Interface specifying that an object can have a Ragdoll bound to it.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public interface IRagdollBinder<T>
where T : Ragdoll

Type Parameters

T
A Ragdoll type.

The IRagdollBinderT type exposes the following members.

Methods
  NameDescription
Public methodBindRagdoll
Binds the ragdoll to this instance.
Public methodGetRagdoll
Gets the ragdoll.
Top
See Also