C# Class KeepBetweenTwoPoints, TeacherVR

Inheritance: MonoBehaviour
Show file Open project: zsacul/TeacherVR

Public Properties

Property Type Description
End Vector3,
Start Vector3,

Public Methods

Method Description
LateUpdate ( ) : void

Method Details

LateUpdate() public method

public LateUpdate ( ) : void
return void

Property Details

End public property

public Vector3, End
return Vector3,

Start public property

public Vector3, Start
return Vector3,