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
Properties
P1
public Vec3 P1 { get; set; }
Property Value
P2
public Vec3 P2 { get; set; }
Property Value
Radius
public float Radius { get; set; }
Property Value
Methods
GetBoxMax()
public Vec3 GetBoxMax()
Returns
GetBoxMin()
public Vec3 GetBoxMin()
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).