GrabbableSizedObject.GetMoveToNotGrabbedRotation C# (CSharp) Méthode

GetMoveToNotGrabbedRotation() protected méthode

protected GetMoveToNotGrabbedRotation ( ) : Quaternion
Résultat Quaternion
    protected override Quaternion GetMoveToNotGrabbedRotation()
	{
		if (objectBelow) {
			return objectBelow.transform.rotation;
		} else {
			return base.GetMoveToNotGrabbedRotation();
		}
	}