Class CollisionTube
Inheritance
CollisionTube
Assembly: SlipeServer.Server.dll
Syntax
public class CollisionTube : CollisionShape
Constructors
|
Edit this page
View Source
CollisionTube(Vector3, float, float)
Declaration
public CollisionTube(Vector3 position, float Radius, float Height)
Parameters
Properties
|
Edit this page
View Source
Height
Declaration
public float Height { get; set; }
Property Value
|
Edit this page
View Source
Radius
Declaration
public float Radius { get; set; }
Property Value
Methods
|
Edit this page
View Source
AssociateWith(MtaServer)
Declaration
public CollisionTube AssociateWith(MtaServer server)
Parameters
Returns
|
Edit this page
View Source
IsWithin(Vector3, byte?, ushort?)
Declaration
public override bool IsWithin(Vector3 position, byte? interior = null, ushort? dimension = null)
Parameters
Returns
Overrides
Events
|
Edit this page
View Source
HeightChanged
Declaration
public event ElementChangedEventHandler<float>? HeightChanged
Event Type
|
Edit this page
View Source
RadiusChanged
Declaration
public event ElementChangedEventHandler<float>? RadiusChanged
Event Type
Extension Methods