Show / Hide Table of Contents

Class CapsuleModCollider.CapsuleWrapper

Inheritance
Object
Element
CapsuleModCollider.CapsuleWrapper
Implements
IValidatable
Inherited Members
Element.Validate()
Element.MissingElement(String, String)
Element.MissingAttribute(String, String)
Element.InvalidData(String, String)
Element.Warn(String, String)
Element.LineNumber
Element.LinePosition
Element.AttributesUsed
Element.ElementsUsed
Element.FileName
Namespace: Modding.Serialization
Assembly: Assembly-CSharp.dll
Syntax
public class CapsuleWrapper : Element, IValidatable

Constructors

CapsuleWrapper()

Declaration
public CapsuleWrapper()

Fields

Direction

Along which axis the capsule points.

Declaration
public Direction Direction
Field Value
Type Description
Direction

Height

Height of the collider. (Parallel to the direction)

Declaration
public float Height
Field Value
Type Description
Single

Radius

Radius of the collider. (Perpendicular to the direction)

Declaration
public float Radius
Field Value
Type Description
Single

Methods

Validate(String)

Declaration
protected override bool Validate(string elemName)
Parameters
Type Name Description
String elemName
Returns
Type Description
Boolean
Overrides
Element.Validate(String)

Implements

IValidatable
Back to top Generated by DocFX