PoolGen  1.0
Public Attributes | List of all members
ProjectileTest Class Reference

An example raycast projectile component More...

Inherits MonoBehaviour, and IPoolInstantiate.

Public Attributes

float hitPower = 1
 How much force should be applied to the hit Rigidbody More...
 
Vector3 velocity
 Velocity of the projectile More...
 

Detailed Description

An example raycast projectile component

Member Data Documentation

float hitPower = 1

How much force should be applied to the hit Rigidbody

Vector3 velocity

Velocity of the projectile