Class Prediction.MenuSelected.PredictionInput
The prediction input.
Inheritance
System.Object
Prediction.MenuSelected.PredictionInput
Implements
System.IEquatable <Prediction.MenuSelected.PredictionInput >
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Oasys.SDK
Assembly: Oasys.SDK.dll
Syntax
public class PredictionInput : IEquatable<Prediction.MenuSelected.PredictionInput>
Constructors
PredictionInput(Prediction.MenuSelected.PredictionType, GameObjectBase, Single, Single, Single, Single, Vector3, Boolean)
The prediction input.
Declaration
public PredictionInput(Prediction.MenuSelected.PredictionType Type, GameObjectBase Target, float Range, float Radius, float Delay, float Speed, Vector3 SourcePosition, bool CollisionCheck)
Parameters
Type | Name | Description |
---|---|---|
Prediction. |
Type | The prediction type. |
Game |
Target | The target to predict. |
System. |
Range | The spell range. |
System. |
Radius | The spell width/radius/angle. |
System. |
Delay | The delay/cast time/animation time in seconds. |
System. |
Speed | The speed in units per second. |
Sharp |
SourcePosition | The source position. Ex: Victor's E can be placed somewhere else. Normally source position is Localplayer position. |
System. |
CollisionCheck | The CollisionCheck. |
Properties
CollisionCheck
Declaration
public bool CollisionCheck { get; set; }
Property Value
Type | Description |
---|---|
System. |
Delay
Declaration
public float Delay { get; set; }
Property Value
Type | Description |
---|---|
System. |
Radius
Declaration
public float Radius { get; set; }
Property Value
Type | Description |
---|---|
System. |
Range
Declaration
public float Range { get; set; }
Property Value
Type | Description |
---|---|
System. |
SourcePosition
Declaration
public Vector3 SourcePosition { get; set; }
Property Value
Type | Description |
---|---|
Sharp |
Speed
Declaration
public float Speed { get; set; }
Property Value
Type | Description |
---|---|
System. |
Target
Declaration
public GameObjectBase Target { get; set; }
Property Value
Type | Description |
---|---|
Game |
Type
Declaration
public Prediction.MenuSelected.PredictionType Type { get; set; }
Property Value
Type | Description |
---|---|
Prediction. |
Implements
System.IEquatable<T>