Class Waypoint
Concrete simple implementation of IWaypoint
Inheritance
System.Object
Waypoint
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Ride.Movement
Assembly: cs.temp.dll.dll
Syntax
public class Waypoint : IWaypoint
Constructors
| Name | Description |
|---|---|
| Waypoint() | |
| Waypoint(RideID, RideVector3, RideQuaternion, WaypointFlags, Single) |
Properties
| Name | Description |
|---|---|
| attributes | |
| flags | |
| id | |
| position | |
| radius | |
| rotation | |
| tags |
Methods
| Name | Description |
|---|---|
| HasAttributes(EntityAttributes) | |
| Init(RideID, RideVector3, RideQuaternion, WaypointFlags, Single) |