Table of Contents

Class Projectile_SpawnObject

Namespace
DefaultNamespace
Assembly
Assembly-CSharp.dll
public class Projectile_SpawnObject : MonoBehaviour
Inheritance
Projectile_SpawnObject
Inherited Members
Extension Methods

Constructors

Projectile_SpawnObject()

public Projectile_SpawnObject()

Fields

directionType

public Projectile_SpawnObject.DirectionType directionType

Field Value

Projectile_SpawnObject.DirectionType

objectToSpawn

public GameObject objectToSpawn

Field Value

GameObject

photonSpawn

public bool photonSpawn

Field Value

bool

Methods

Awake()

public void Awake()

GetRotation(Vector3)

public Quaternion GetRotation(Vector3 normal)

Parameters

normal Vector3

Returns

Quaternion

Hit(RaycastHit)

public void Hit(RaycastHit hit)

Parameters

hit RaycastHit