C# Class BulletInfo, urban-survivors

Mostra file Open project: exdev/urban-survivors Class Usage Examples

Public Properties

Property Type Description
FX_HIT_building GameObject
lifeTime float
matActiveReload Material
matNormal Material
ownerDamageInfo DamageInfo
speed float

Protected Properties

Property Type Description
counter float
fxHitBuilding GameObject

Private Methods

Method Description
Awake ( ) : void
OnTriggerEnter ( Collider _other ) : void
Start ( ) : void
Update ( ) : void

Property Details

FX_HIT_building public_oe property

public GameObject FX_HIT_building
return GameObject

counter protected_oe property

protected float counter
return float

fxHitBuilding protected_oe static_oe property

protected static GameObject fxHitBuilding
return GameObject

lifeTime public_oe property

public float lifeTime
return float

matActiveReload public_oe property

public Material matActiveReload
return Material

matNormal public_oe property

public Material matNormal
return Material

ownerDamageInfo public_oe property

public DamageInfo ownerDamageInfo
return DamageInfo

speed public_oe property

public float speed
return float