Table of Contents

Struct Capsule

Namespace
ValveResourceFormat.ResourceTypes.RubikonPhysics.Shapes
Assembly
ValveResourceFormat.dll

Represents a capsule shape.

public struct Capsule

Inherited Members

Constructors

Capsule(KVObject)

Initializes a new instance of the ValveResourceFormat.ResourceTypes.RubikonPhysics.Shapes.Capsule struct.

public Capsule(KVObject data)

Parameters

data KVObject

Properties

Center

Gets or sets the center points of the capsule.

public Vector3[] Center { readonly get; set; }

Property Value

Vector3[]

Radius

Gets or sets the radius of the capsule.

public float Radius { readonly get; set; }

Property Value

float