C# Class BulletInfo, urban-survivors

Show 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 property

public GameObject FX_HIT_building
return GameObject

counter protected property

protected float counter
return float

fxHitBuilding protected static property

protected static GameObject fxHitBuilding
return GameObject

lifeTime public property

public float lifeTime
return float

matActiveReload public property

public Material matActiveReload
return Material

matNormal public property

public Material matNormal
return Material

ownerDamageInfo public property

public DamageInfo ownerDamageInfo
return DamageInfo

speed public property

public float speed
return float