C# Class UnityPlatformer.CharacterActionProjectile.ProjectileCfg

Mostrar archivo Open project: llafuente/unity-platformer

Public Properties

Property Type Description
delay float
offset Vector2
projectile Projectile

Property Details

delay public_oe property

delay between fires NOTE this is ignored when fireMode = false
public float delay
return float

offset public_oe property

Offset position when firing
public Vector2 offset
return Vector2

projectile public_oe property

Projectile object
public Projectile,UnityPlatformer projectile
return Projectile