Battle Talent  V11
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
CrossLink.FlyThunder Class Reference

Inherits CrossLink.FlyObject.

Public Member Functions

override void OnCollisionWithRole (FullCharacterControl fc, RagdollMuscle mu, Rigidbody rb, Collider col, Vector3 point, Vector3 normal, Vector3 relaVel)
 Collision with role. More...
 
override void OnTriggerWithRole (FullCharacterControl fc, Collider col)
 
void SetNextFC (FullCharacterControl fc)
 
void SetIsTriggerAfter (float t)
 

Public Attributes

float thunderRadius = 5f
 
bool autoTrack = true
 

Protected Member Functions

override void ResetState ()
 
override void OnCollisionWithScene (Collision collision)
 
void FixedUpdate ()
 

Additional Inherited Members

Member Function Documentation

◆ OnCollisionWithRole()

override void CrossLink.FlyThunder.OnCollisionWithRole ( FullCharacterControl  fc,
RagdollMuscle  mu,
Rigidbody  rb,
Collider  col,
Vector3  point,
Vector3  normal,
Vector3  relaVel 
)
virtual

Collision with role.

Parameters
fcFullCharacterControl of the role we hit.
muthe RagdollMuscle we hit.
rbThe Rigidbody of the object hit the role.
colThe Collider of the object hit the role.
pointThe impact point in world space.
normalThe normal of the surface the collider hit.
relaVelThe velocity of the object hit the role.

Reimplemented from CrossLink.FlyObject.