C# Class Assets.Standard_Assets.Characters.ThirdPersonCharacter.Scripts.AICharacterControl

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: veselin-/Team4BabelGame

Public Properties

Property Type Description
target UnityEngine.Transform

Public Methods

Method Description
SetTarget ( Transform target ) : void

Private Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

SetTarget() public method

public SetTarget ( Transform target ) : void
target UnityEngine.Transform
return void

Property Details

target public property

public Transform,UnityEngine target
return UnityEngine.Transform