C# Class MetalMaterialProperties, AwesomeGameInSpace

Inheritance: MaterialProperties
Mostrar archivo Open project: ZPZ-Gr2/AwesomeGameInSpace

Public Properties

Property Type Description
bulletHolePrefab GameObject
sparksParticlesPrefab GameObject

Public Methods

Method Description
Emit ( RaycastHit hit, Vector3 force ) : void
Hit ( RaycastHit hit, Vector3 force ) : void

Method Details

Emit() public method

public Emit ( RaycastHit hit, Vector3 force ) : void
hit UnityEngine.RaycastHit
force Vector3
return void

Hit() public method

public Hit ( RaycastHit hit, Vector3 force ) : void
hit UnityEngine.RaycastHit
force Vector3
return void

Property Details

bulletHolePrefab public_oe property

public GameObject bulletHolePrefab
return GameObject

sparksParticlesPrefab public_oe property

public GameObject sparksParticlesPrefab
return GameObject