Table of Contents

Struct CapsuleData

Namespace
TaleWorlds.Engine
Assembly
TaleWorlds.Engine.dll
[EngineStruct("rglCapsule_data", false)]
public struct CapsuleData
Inherited Members
Extension Methods

Constructors

CapsuleData(float, Vec3, Vec3)

public CapsuleData(float radius, Vec3 p1, Vec3 p2)

Parameters

radius float
p1 Vec3
p2 Vec3

Properties

P1

public Vec3 P1 { get; set; }

Property Value

Vec3

P2

public Vec3 P2 { get; set; }

Property Value

Vec3

Radius

public float Radius { get; set; }

Property Value

float

Methods

GetBoxMax()

public Vec3 GetBoxMax()

Returns

Vec3

GetBoxMin()

public Vec3 GetBoxMin()

Returns

Vec3

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).