Struct Boundsf
A wrapper to the game's obfuscated Boundsf struct
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: LLBModdingLib.dll
Syntax
Constructors
Boundsf(JEPKNLONCHD)
Declaration
public Boundsf(JEPKNLONCHD b)
Parameters
| Type |
Name |
Description |
| JEPKNLONCHD |
b |
|
Boundsf(Vector2f, Vector2f)
Declaration
public Boundsf(Vector2f _center, Vector2f _size)
Parameters
Properties
center
Declaration
public readonly Vector2f center { get; }
Property Value
extents
Declaration
public readonly Vector2f extents { get; }
Property Value
max
Declaration
public readonly Vector2f max { get; }
Property Value
min
Declaration
public readonly Vector2f min { get; }
Property Value
size
Declaration
public readonly Vector2f size { get; }
Property Value
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| System.Object |
obj |
|
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
System.ValueType.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|
Overrides
System.ValueType.GetHashCode()
Intersects(Boundsf)
Declaration
public bool Intersects(Boundsf against)
Parameters
| Type |
Name |
Description |
| Boundsf |
against |
|
Returns
| Type |
Description |
| System.Boolean |
|
ToString()
Declaration
public override string ToString()
Returns
| Type |
Description |
| System.String |
|
Overrides
System.ValueType.ToString()
ToString(String)
Declaration
public string ToString(string format)
Parameters
| Type |
Name |
Description |
| System.String |
format |
|
Returns
| Type |
Description |
| System.String |
|
Operators
Implicit(JEPKNLONCHD to Boundsf)
Declaration
public static implicit operator Boundsf(JEPKNLONCHD b)
Parameters
| Type |
Name |
Description |
| JEPKNLONCHD |
b |
|
Returns
Implicit(Boundsf to JEPKNLONCHD)
Declaration
public static implicit operator JEPKNLONCHD(Boundsf b)
Parameters
Returns
| Type |
Description |
| JEPKNLONCHD |
|