Click or drag to resize
FlexibleColliderSizeAttribute Class
A PropertyAttribute to specify that a Vector3 field is the backing field for the Size property on a FlexibleCollider.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    PropertyAttribute
      Candlelight.PhysicsFlexibleColliderSizeAttribute

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public class FlexibleColliderSizeAttribute : PropertyAttribute

The FlexibleColliderSizeAttribute type exposes the following members.

Constructors
  NameDescription
Public methodFlexibleColliderSizeAttribute
Initialize a new instance of the FlexibleColliderSizeAttribute class.
Top
See Also