C# Class PlayerController.NPCOffset

Mostra file Open project: mezosaurus/eae-project

Public Properties

Property Type Description
NPC GameObject
Offset Vector3

Public Methods

Method Description
NPCOffset ( GameObject npc, Vector3 offset ) : UnityEngine

Method Details

NPCOffset() public method

public NPCOffset ( GameObject npc, Vector3 offset ) : UnityEngine
npc GameObject
offset Vector3
return UnityEngine

Property Details

NPC public_oe property

public GameObject NPC
return GameObject

Offset public_oe property

public Vector3 Offset
return Vector3