Projectile Code
v1.0
Properties
public SpawnBehavior SpawnBehavior
public bool IsInPool
public bool Launched
public int CountObservers
public List<ProjectileObserver> Observers
public int CountBehaviors => behaviors.Count;
public List<ProjectileBehavior> Behaviors => behaviors;Notable Methods
ResetProjectile()
AddToCollisionMask() and RemoveFromCollisionMask
AddObserver() and RemoveObserver()
TriggerCollisionWithObject()
AddBehavior() and RemoveBehavior()
Last updated