C# Class vp_Bullet, OZML

Inheritance: MonoBehaviour
Mostrar archivo Open project: merveilles/OZML

Public Properties

Property Type Description
Force float
Range float
SoundImpactPitch Vector2
m_DebrisPrefab GameObject
m_DustPrefab GameObject
m_ImpactPrefab GameObject
m_ImpactSounds List
m_SparkFactor float
m_SparkPrefab GameObject

Public Methods

Method Description
Start ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Property Details

Force public_oe property

public float Force
return float

Range public_oe property

public float Range
return float

SoundImpactPitch public_oe property

public Vector2 SoundImpactPitch
return Vector2

m_DebrisPrefab public_oe property

public GameObject m_DebrisPrefab
return GameObject

m_DustPrefab public_oe property

public GameObject m_DustPrefab
return GameObject

m_ImpactPrefab public_oe property

public GameObject m_ImpactPrefab
return GameObject

m_ImpactSounds public_oe property

public List m_ImpactSounds
return List

m_SparkFactor public_oe property

public float m_SparkFactor
return float

m_SparkPrefab public_oe property

public GameObject m_SparkPrefab
return GameObject