Class SummonAlongHandler
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: Danmokou.Danmaku.Patterns
Assembly: cs.temp.dll.dll
Syntax
public abstract class SummonAlongHandler
Constructors
SummonAlongHandler(SAAngle, GCXF<Single>)
Declaration
protected SummonAlongHandler(SAAngle sah, GCXF<float> offsetAngle)
Parameters
Type | Name | Description |
---|---|---|
SAAngle | sah | |
GCXF<System.Single> | offsetAngle |
Methods
Angle(GenCtx, V2RV2, V2RV2)
Declaration
public V2RV2 Angle(GenCtx gcx, V2RV2 result, V2RV2 nextResult)
Parameters
Type | Name | Description |
---|---|---|
GenCtx | gcx | |
V2RV2 | result | |
V2RV2 | nextResult |
Returns
Type | Description |
---|---|
V2RV2 |
Locate(GenCtx)
Declaration
public abstract Vector2 Locate(GenCtx gcx)
Parameters
Type | Name | Description |
---|---|---|
GenCtx | gcx |
Returns
Type | Description |
---|---|
Vector2 |